mirror of
https://github.com/cssgunc/compass.git
synced 2025-04-09 14:00:15 -04:00
Add start script
This commit is contained in:
parent
70906fa231
commit
a43fb7429a
11
README.md
11
README.md
|
@ -17,7 +17,7 @@
|
||||||
\script // Scripts for init and demo
|
\script // Scripts for init and demo
|
||||||
\services // Main business logic
|
\services // Main business logic
|
||||||
\test // Testing suite
|
\test // Testing suite
|
||||||
|
|
||||||
\compass
|
\compass
|
||||||
\components // Components organized in folders related to specific pages
|
\components // Components organized in folders related to specific pages
|
||||||
\pages // Store all pages here
|
\pages // Store all pages here
|
||||||
|
@ -73,13 +73,10 @@ NEXT_PUBLIC_HOST=http://localhost:3000
|
||||||
|
|
||||||
### In Dev Container Setup
|
### In Dev Container Setup
|
||||||
|
|
||||||
Open a new terminal and run these commands in sequence to setup the dependencies and database
|
Open a new terminal and run this script in sequence to setup the dependencies and database
|
||||||
```
|
|
||||||
cd backend
|
|
||||||
python3 -m backend.script.reset_demo
|
|
||||||
|
|
||||||
cd ../compass
|
```
|
||||||
npm ci
|
./start.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
## Starting up website and backend
|
## Starting up website and backend
|
||||||
|
|
Loading…
Reference in New Issue
Block a user