Skip to content

clicepfl/s4s-2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.