The wiki itself can be found at https://wiki.sidestore.io/.
- Node.js -
v18.14.1
or higher. - Text editor - We recommend either VS Code with the Official Astro extension or IntelliJ IDEA with the Unofficial Astro Plugin
- Terminal - The documentation is built and run through its command-line interface (CLI).
To get all the dependencies installed, run this command in the terminal:
npm install
To build and run the docs locally, run this command in the terminal:
npm run dev
Running both these commands in the terminal, will install the dependencies required for the docs and run a local environment on your machine.