1. Install the dependencies

npm install

2. Create a .env file and set the api url (see .env.example)

cp .env.example .env

3. Run the server

npm run dev