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

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

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