- Pull the main branch
- Code whatever you want
- Make a pull request
- Link the PR to an issue
cd website
npm i
npm run serveOpen the url in the browser (should be http://localhost:8080)
- Run the website
- Create an env var (for Linux:
export URL=http://localhost:8080) - Run the app : it should now use the local website