Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 598 Bytes

File metadata and controls

32 lines (20 loc) · 598 Bytes

Leader's Guide

Flag Icon

Hack Club's Leader's Guide, now unarchived ™️

Built with docsify.


Deploy guide

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