Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 360 Bytes

DEVELOPMENT.md

File metadata and controls

9 lines (6 loc) · 360 Bytes

Development

The content to serve is inside docs folder.

We are using docsify for convert markdown into HTML.

  1. Clone the repository: git clone git@github.com:Kikobeats/js-mythbusters.git
  2. Install dependencies: npm install
  3. Run local server: npm run dev