An open API service indexing awesome lists of open source software.

https://github.com/coder-blue/helium-travel

A simple travel log app built with Nuxt
https://github.com/coder-blue/helium-travel

daisyui drizzle-orm nuxt tailwindcss

Last synced: 5 months ago
JSON representation

A simple travel log app built with Nuxt

Awesome Lists containing this project

README

          

# 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:

```sh
cp .env.example .env
```

Make sure to install dependencies:

```bash
bun install
```

## Development Server

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

```bash
bun dev
```

## Production

Build the application for production:

```bash
bun build
```

Locally preview production build:

```bash
bun preview
```