The official wiki for Markham FireBirds, FRC Team 7902.
- Node.js
- Git
- VSCode (optional, but recommended)
- GitHub Desktop (optional, but recommended)
- Obsidian
- Clone the repository to your local machine using Git or GitHub Desktop.
- Open the repository in your code editor (e.g., VSCode).
- Install the required dependencies by running
npm installin the terminal. - Start the development server by running
npx quartz build --servein the terminal. - Open your web browser and navigate to
http://localhost:8080to view the wiki. - Open Obsidian, select Open folder as vault, and navigate to the
contentfolder of your local repository to make changes to the content. - The wiki will automatically update in the browser as you make changes.
- To sync the wiki with the remote repository, use
npx quartz syncto push your changes to the remote repository.