All code related to the HKN portal belongs here.
Portal Link: https://portal.hknucsd.com/
- On all things git, such as branch naming, the PR process, the branch creation process, etc.
- On coding conventions for frontend, backend and both.
Do this before you build/start the project!
Check if you have node version 12.14.0. Then, run...
cd frontend; npm i; cd ../backend; npm i; cd ..
docker compose up
docker compose up --build
docker compose down
Make sure that the api url in your .env file points to our hosted dev-api server if you'd like to develop frontend in isolation
cd frontend; npm run start