Skip to content
This repository has been archived by the owner on Jan 23, 2021. It is now read-only.

ts-engine/docs

Repository files navigation

@ts-engine/docs

Netlify Status

Documentation website for ts-engine. Powered by Docusaurus 2, see their auto-generated readme here.

Getting started

# Install dependencies
yarn

# Run dev server with hot reloading
yarn start

Building for production

This project uses Docusaurus v2 which is still in alpha!

Docusaurus ships with a build command but it is currently broken on the alpha release. Instead we have a script that builds this website inside their own mono repo to fix the build issues.

To build run the custom script:

./build.sh