This is a Next.js project bootstrapped with create-next-app
.
First install dependencies:
yarn
then create an .env.local
file in src
folder with your maptiler apikey (used for the map in contact page), like:
NEXT_PUBLIC_MAPTILER_APIKEY=abc
and then run the development server:
yarn dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying pages/index.tsx
. The page auto-updates as you edit the file.