https://github.com/coder-blue/travel-log-kit
Travel App built with SvelteKit
https://github.com/coder-blue/travel-log-kit
drizzle-orm sveltekit tailwindcss
Last synced: 8 months ago
JSON representation
Travel App built with SvelteKit
- Host: GitHub
- URL: https://github.com/coder-blue/travel-log-kit
- Owner: Coder-Blue
- License: mit
- Created: 2025-06-28T11:10:04.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-06-28T14:55:18.000Z (8 months ago)
- Last Synced: 2025-06-28T15:38:21.640Z (8 months ago)
- Topics: drizzle-orm, sveltekit, tailwindcss
- Language: JavaScript
- Homepage: https://travel-kit-one.vercel.app
- Size: 70.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 45
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Svelte Travel Log
A full stack application built with Svelte 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
pnpm install
```
## Development Server
Start the development server on `http://localhost:3000`:
```bash
pnpm dev
```
## Production
Build the application for production:
```bash
pnpm build
```
Locally preview production build:
```bash
pnpm preview
```