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

https://github.com/thombruce/tnt-2025


https://github.com/thombruce/tnt-2025

Last synced: about 1 month 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
```