Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 281 Bytes

RUN.md

File metadata and controls

15 lines (12 loc) · 281 Bytes

After creating an environment based on requirements_conda.txt, and installing necessary npm modules with npm install package.json;


For running the backend;

cd ceres
python manage.py runserver 8090

For running the frontend;

cd frontend
npm start