Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 558 Bytes

File metadata and controls

29 lines (18 loc) · 558 Bytes

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