KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
corteza-webapp-messaging
★ 18
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
enmascript
:
Code behind EnmaScript's site.
sqlpetr
:
Functions to accompany the SQL Pet book
Motion-capture-using-opencv-contours
:
Opencv contours for movement detection (it is sill under deveploment)
CFL
:
No description available.
UTS-Person-reID-Practical
:
UTS Person-reID Practical By Zhedong Zheng
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
corteza-webapp-messaging
?
Download (.md)
# Crust Messaging webapp ## Project setup ### Commands : ```bash yarn ``` In `/public` folder, create a copy of `config.example.js` to `config.js` and modify it according to your needs. ### Compiles and hot-reloads for development ```bash yarn serve ``` _If you are running multiple frontends (unify, messaging, ...) you can spin up each one on a different port with `--port <PORT>` option._ ### Compiles and minifies for production ```bash yarn build ``` ### Lints and fixes files ```bash yarn lint ``` ### Run your unit tests ```bash yarn test:unit ``` ### Run your unit tests with coverage report ```bash yarn test:unit:cc ```