install dependencies:
make installadd enviroment variables to .env.local:
cp .env.example .env.local
vim .env.localbuild and start local server:
make serveror
make prodthe following domains are allowed in the content security policy, and should be addded to next.config.js:
- nominatim.openstreetmap.org
- future-service-astro.vercel.app
