Setting up
Now that the Wiki has been forked, we can setup our developer environment to preview & debug our website. Setting up requires that you:
- Have a working npm installation
- Have either
pnpm
oryarn
installed - Have your forked repository cloned and opened in your terminal
To setup your Wiki environment, we will run a command to download all of the dependencies needed for Wiki to run:
ℹ️
This may take a few minutes depending on your internet connection.
npm install
Now that you have all NPM dependencies installed, we will run another command to open the Wiki in a live-server:
yarn dev
Once your live-server has been initialized, you can freely incorporate your changes via your IDE/TextEditor and witness them changing in real-time with hot-reload.