Skip to content

tiankongsang/docs

Repository files navigation

Website

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

[SUCCESS] Created docs.
[INFO] Inside that directory, you can run several commands:

  `npm`

  `npm ci`

  `npm start`
    Starts the development server.

  `npm run build`
    Bundles your website into static files for production.

  `npm run serve`
    Serves the built website locally.

  `npm run deploy`
    Publishes the website to GitHub pages.

We recommend that you begin by typing:

  `cd docs`
  `npm start`

Happy building awesome websites!