Web client for rezervo
, including booking schedules and user preferences.
-
Install dependencies using Yarn
yarn install
-
Define your own
.env.local
from.env.local.example
cp .env.local.example .env.local
If you want on-demand revalidation, make sure to define
REVALIDATION_SECRET_TOKEN
in.env.local
-
Setup and start the rezervo backend
yarn dev
# or
yarn prod
- Make sure you have defined
.env.local
as described above - With docker and docker compose installed, run
docker compose -f docker-compose.dev.yml up -d --build
yarn check
# automatic fixes
yarn fix