The Project is built with:
- Take a copy of
.env.example
and re-name to.env
- Get your Maps key
- Enter the details into the
.env
file - Start the dev server with the following scripts
# Enable pnpm
$ corepack enable
# Install dependencies
$ pnpm install
# Start dev server with hot reload at localhost:3000
$ pnpm dev