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
- Host: GitHub
- URL: https://github.com/coder-blue/helium-travel
- Owner: Coder-Blue
- License: mit
- Created: 2025-08-04T10:23:22.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-08-21T14:16:39.000Z (6 months ago)
- Last Synced: 2025-08-21T14:24:13.319Z (6 months ago)
- Topics: daisyui, drizzle-orm, nuxt, tailwindcss
- Language: Vue
- Homepage: https://helium-travel.vercel.app
- Size: 716 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```