Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 480 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 480 Bytes

Startup details

Start front end

// in the frontend dir to rebuild the app
npm run build
// in the frontend dir to start
pm2 start npm -- start

Notes

The blogs will rebuild themselves every hour -- if you want to update sooner you will need to restart

start database

// in the root dir
sudo docker-compose up

start backend

// in the backend/backend folder
python manage.py check
python manage.py migrate
python manage.py runserver