Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 673 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 673 Bytes

CLIC x S4S - 2024

Dev

Dependencies

You will need the following dependencies:

Set up environment files

In app/.env, put:

NEXT_PUBLIC_FRONTEND_URL=http://localhost:3000/s4s
NEXT_PUBLIC_API_URL=http://localhost:8000

Run locally

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.