Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 599 Bytes

File metadata and controls

24 lines (15 loc) · 599 Bytes

Torque Docs

This website is built using Docusaurus 2, a modern static website generator.

Installation

$ npm install

Local Development

$ npm start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

$ npm run build

This command starts a local build of the project. When it completes successfully, you can run the built project using "npm run serve". This is good for testing both the build process and the generated production result.