Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crookedneighbor/tallahasseeturnsten_site
https://github.com/crookedneighbor/tallahasseeturnsten_site
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/crookedneighbor/tallahasseeturnsten_site
- Owner: crookedneighbor
- License: unlicense
- Created: 2022-07-28T01:55:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-03T14:52:55.000Z (over 1 year ago)
- Last Synced: 2024-10-31T11:43:03.471Z (2 months ago)
- Language: Vue
- Size: 4.85 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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.