-
1 - If you want to run it with docker (recomended)
- If is your first time runing the project go the
newtwork
folder in your terminal and type./start.sh
. This will check if you have docker installed, build and run the containers - If is not the first time you run the project you can run this comands in the
network
folder :docker-compose build && docker-compose up
- Everytime add a package you will need to run the
build
command
- If is your first time runing the project go the
-
2 - If you want just to work in the
app
project with docker:- Run
docker-compose up app
- Run
-
3 - If you want just to work in the
app
project without docker:- Run
yarn
- Run
yarn start
- Run
-
4 - If you want just to work in the
api
project with docker:- Run
docker-compose up api
- Run
-
5 - If you want just to work in the
api
project without docker:- Run
npm install pm2 -g
- Run
npm start
- Run
-
Notifications
You must be signed in to change notification settings - Fork 0
englishtutorslive/dashboard
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A Serverless Learning Management System
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published