This website is built using Docusaurus 2, a modern static website generator.
- Make sure you have NodeJS and Yarn Installed. If you don't, just Google them and install them to your pc
- Clone this repository to your machine using
git clone https://github.com/lilithmod/docs.git
and go into the folder, opening with an IDE of your choice - Now that you're in the correct folder, run
yarn
to install all the dependencies - Use
npm run start
to automatically generate a preview browser window of the website that updates as you write code