You will need the following dependencies:
In app/.env
, put:
NEXT_PUBLIC_FRONTEND_URL=http://localhost:3000/s4s
NEXT_PUBLIC_API_URL=http://localhost:8000
From the app
directory, run npm i &&NEXT_PUBLIC_API_URL=http://localhost:8000 npm run dev
in your terminal. In parallel, run mkdir -p data &&DATA_DIR=$PWD/data cargo r
from the backend
directory.
Now, you can access the website on http://localhost:3000/s4s.