Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 504 Bytes

File metadata and controls

16 lines (10 loc) · 504 Bytes

Public Docs

This reposiory contains the public documentation for Revolt Games APIs. This documentation is built using Docusaurus v2 and hosted on Github Pages

Build locally

To build and run locally using npm, run

  • npm run build
  • npm run serve

It is also possible to build and run interactively (auto-refresh) using

  • npx docusaurus start

Deployment

Simply push on main to automatically deploy the website using Github Action.