Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 708 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 708 Bytes

Valor Wiki

The repository for the Valor Wiki. Built using Docosaurus & React.

Contributing

The Valor Wiki is open to contributions from all members of the Valor Community. If you see a bug or problem with the wiki, please open an issue. The same can be done for suggestions.

The contributor guide for Valor players is located here.

Local Development

You should start off by cloning the project and having node 16+ installed.

$ cd valor-wiki
$ npm install
$ npm run 

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.