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

https://github.com/tstyche/tstyche.org

The TSTyche Documentation Website.
https://github.com/tstyche/tstyche.org

Last synced: about 2 months ago
JSON representation

The TSTyche Documentation Website.

Awesome Lists containing this project

README

          

# TSTyche Website

This documentation website is build using [Next.js](https://nextjs.org) and [Nextra](https://nextra.site).

## Setup

```shell
npm install
```

## Develop

```shell
npm run dev
```

The command starts a local development server. Most changes are reflected live without having to restart the server.

## Build

```shell
npm run build
```

The command generates static content into the `.next` directory and can be served using any static contents hosting service.

## License

[MIT](https://github.com/tstyche/tstyche/blob/main/LICENSE.md)