项目作者: hackclub

项目描述 :
Hack Club's New Leadership Handbook
高级语言:
项目地址: git://github.com/hackclub/guide-v1.git
创建时间: 2019-04-09T02:32:35Z
项目社区:https://github.com/hackclub/guide-v1

开源协议:MIT License

下载


Leadership Guide

Flag Icon

Hack Club’s New Leadership Handbook—Still WIP 🚧

Built with docsify.

Netlify Status

Setup

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