Skip to content

selendra/selendra-wiki

Repository files navigation

WORK IN PROGRESS

Run

Clone the repository:

git clone https://github.com/selendra/selendra-wiki.git && cd selendra-wiki

Using yarn, run:

yarn install

The site is built using Docusaurus: you may need to install Docusaurus before running the Wiki locally.

yarn add @docusaurus/core@latest @docusaurus/preset-classic@latest

Start Local

yarn selendra:start

Build

yarn selendra:build

Serve

In order to run the build version, you need to download serve

npm install -g serve
yarn selendra:serve

Developer Mode Only

After every commits to the repository, need to build before push into git.

./script/updatebuild.sh

Fast Testing Mode

In case, you just to want run the prebuild version of wiki on your local:

Clone the repository:

git clone https://github.com/selendra/selendra-wiki.git && cd selendra-wiki

Install Serve:

npm install -g serve

Run the prebuild version of the wiki:

yarn selendra:serve

License

The repository is a folked projects from Polkadot Wiki and is under license GPL

Releases

No releases published

Packages

No packages published