/wiki

🌱 my personal wiki. build with Docusaurus.

Primary LanguageJavaScript

Wiki

This is my personal wiki. build with Docusaurus.

News

I'm no longer to develop this wiki with Docusaurus, I'm planning to make my own wiki from scratch. take a look at here: https://github.com/Indra2108/website/tree/main/wiki

How to Run/Build

git clone https://github.com/Indra2108/wiki.git
npm install
npm start

If you want to build this project, the build result will go to build/ folder

npm run build

In case you want to test your build locally

npm run serve