// in the frontend dir to rebuild the app
npm run build
// in the frontend dir to start
pm2 start npm -- start
The blogs will rebuild themselves every hour -- if you want to update sooner you will need to restart
// in the root dir
sudo docker-compose up
// in the backend/backend folder
python manage.py check
python manage.py migrate
python manage.py runserver