-
Navigate to the nextjs folder.
-
Create a
.env.local
file - check out .env.local.example for the format. -
Install and run the app:
npm install npm run dev
-
Open http://localhost:3000 with your browser to see the result.
- after cloning the repo, copy pre-commit into the
.git/hooks
folder to add a pre-commit which runs prettier
Pushes to main
branch will be deployed to:
-
Navigate to python folder.
-
Run the bash script 'compose_docker.sh' to build, or if already built - to launch the application.
./compose_docker.sh
To rebuild the app after code changes, run:
./compose_docker.sh --rebuild
-
Follow the first of the two browser links that are generated. Press CTRL+C in the terminal to stop the app.