Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.09 KB

File metadata and controls

32 lines (20 loc) · 1.09 KB

RPG Creator - Documentation

This is the repository of the documentation for RPG Creator, you can access it via this link: https://doc.rpgcreator.dev/

The documentation use Docusaurus, Github Codeblock by saucelabs, and Algolia for search feature.

How to build

First you need to have Node.js.

Once you have it, clone the project anywhere you want to:

git clone https://github.com/Ward727a/rpgcreator-doc.git

You will get a folder called rpgcreator-doc go inside, then open a new terminal inside this folder, and do the following command:

npm i

Wait for NPM to finish to install all the needed libraries, once done, you can just do the following command:

npm start

Docusaurus will start the development server, and you can just go to http://localhost:3000 to access it!

More info

For more information, go check the Docusaurus documentation!