https://github.com/thombruce/tnt
https://github.com/thombruce/tnt
daisyui nuxt nuxt-layers nuxt3 nuxtjs tailwind tailwindcss
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thombruce/tnt
- Owner: thombruce
- Created: 2025-01-06T18:33:28.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-27T15:02:50.000Z (4 months ago)
- Last Synced: 2025-02-04T06:36:54.954Z (4 months ago)
- Language: Vue
- Size: 323 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
```