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

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


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

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# TNT Starter

This is a basic template demonstrating the use of [TNT](https://github.com/thombruce/tnt).

```sh
# To build the project:
yarn run build
# To launch the dev server:
yarn run dev
# To generate static files:
yarn run generate
# To build and preview the project:
yarn run preview
```