Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 1.03 KB

README.md

File metadata and controls

20 lines (13 loc) · 1.03 KB

TF2SR Wiki

This is the source for the modular wiki project for Titanfall 2 Speedrunning.

Click here to get to the wiki

Want to contribute?

This wiki runs on Docusaurus, which requires NodeJS to work.

  1. Clone the repository
  2. Install NodeJS (ideally v18.16 but v16 or above should work too i think)
  3. Install all the necessary packages by running npm install --legacy-peer-deps in your local repo
  4. Then run npm run docusaurus start to run the site locally (it automatically updates whenever you save your changes)
  5. Make your epic and awesome and swag changes or additions
  6. 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