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.
- Host: GitHub
- URL: https://github.com/tstyche/tstyche.org
- Owner: tstyche
- License: mit
- Created: 2023-11-09T13:05:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-04-06T09:36:35.000Z (about 2 months ago)
- Last Synced: 2026-04-06T11:27:13.560Z (about 2 months ago)
- Language: MDX
- Homepage: https://tstyche.org
- Size: 655 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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)