Vitepress website for the EvoSC# Documentation
You will need Node Package Manager (npm)
Start by running yarn install
in the terminal at the root of the folder (this step can be skipped on future usage)
Then, simply run yarn run docs:dev
A localhost link will appear in the terminal, simply go to the URL using your browser.
To edit the documentation, please refer to the Vitepress documentation