You can run the development server in two ways:
Install Docker, then run:
docker compose up --build --remove-orphans --renew-anon-volumes
or if you have make
:
make dev
Install yarn
, then run:
yarn dev
Open http://localhost:3000 with your browser to see the result.