Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 522 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 522 Bytes

EvoSC-Sharp-Documentation

Vitepress website for the EvoSC# Documentation

How to run locally

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.

Vitepress documentation

To edit the documentation, please refer to the Vitepress documentation