A full stack application built with Nuxt that allows users to keep track of all the places they've been.
Create a .env
file and update with your values:
cp .env.example .env
Make sure to install dependencies:
pnpm install
Start the development server on http://localhost:3000
:
pnpm dev
Build the application for production:
pnpm build
Locally preview production build:
pnpm preview