Hack Club's Leader's Guide, now unarchived ™️
Built with docsify.
- Clone the repository and enter it
git clone https://github.com/hackclub/guide.git
cd guide
- Install docsify-cli (this command will install docsify globally)
npm i docsify-cli -g
- Run a local server
docsify serve docs
- It should now be running, open localhost:3000 to view it if it didn't pop up automatically