Skip to content
This repository has been archived by the owner on Apr 21, 2022. It is now read-only.

Latest commit

 

History

History
19 lines (14 loc) · 294 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 294 Bytes

Website

The official website for Botomir.

How to run

Run server: python manage.py runserver

Run frontend:

  • cd frontend
  • npm ci
  • npm start

How to assemble a build

  • Build frontend
    • cd frontend
    • npm run build
  • Run full stack app
    • python manage.py runserver