Skip to content

Coder-Blue/helium-travel

Repository files navigation

Helium Travel

A full stack application built with Nuxt that allows users to keep track of all the places they've been.

Setup

Create a .env file and update with your values:

cp .env.example .env

Make sure to install dependencies:

bun install

Development Server

Start the development server on http://localhost:3000:

bun dev

Production

Build the application for production:

bun build

Locally preview production build:

bun preview