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

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

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
```