Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 1.11 KB

README.md

File metadata and controls

41 lines (32 loc) · 1.11 KB

Dashboard

Overview

The Project is built with:

Preview

Setup

  1. Take a copy of .env.example and re-name to .env
  2. Get your Maps key
  3. Enter the details into the .env file
  4. 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