Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/crookedneighbor/tallahasseeturnsten_site


https://github.com/crookedneighbor/tallahasseeturnsten_site

Last synced: 21 days ago
JSON representation

Awesome Lists containing this project

README

        

# Tallahasee Turns Ten Website

The website for [Tallahassee Turns Ten](https://tallahaseeturnsten.com)!

## Setup

Make sure to install the dependencies:

```bash
npm install
```

## Development Server

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

```bash
npm run dev
```

## Production

Build the application for production:

```bash
npm run build
```

Locally preview production build:

```bash
npm run preview
```

## Deploy

Merging changes to `main` will kick off the deploy automatically.