Skip to content

tstyche/tstyche.org

Repository files navigation

TSTyche Website

This documentation website is build using Next.js and Nextra.

Setup

npm install

Develop

npm run dev

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

Build

npm run build

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

License

MIT