This is the source for the modular wiki project for Titanfall 2 Speedrunning.
This wiki runs on Docusaurus, which requires NodeJS to work.
- Clone the repository
- Install NodeJS (ideally v18.16 but v16 or above should work too i think)
- Install all the necessary packages by running
npm install --legacy-peer-deps
in your local repo - Then run
npm run docusaurus start
to run the site locally (it automatically updates whenever you save your changes) - Make your epic and awesome and swag changes or additions
- Make an epic and awesome and swag pull request
More detailed contribution guides can be found in the knowledge base of the wiki itself
The docs themselves are written in Markdown and all documentation text can be found in the docs
directory