https://github.com/thombruce/tnt-2025
https://github.com/thombruce/tnt-2025
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/thombruce/tnt-2025
- Owner: thombruce
- Created: 2025-01-06T18:33:28.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-03-15T18:22:11.000Z (3 months ago)
- Last Synced: 2025-05-09T02:00:01.283Z (about 1 month ago)
- Language: Vue
- Size: 505 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TNT
## Setup
Make sure to install dependencies:
```bash
npm install
```## Dev 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
```