Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 407 Bytes

File metadata and controls

27 lines (17 loc) · 407 Bytes

zerone.top

Github pages in gh-pages

Documentation

visit zerone.top.

Developing

  1. Clone repository
git clone git@github.com:zeronejs/zeronejs.github.io.git
  1. Install dependencies
yarn # or npm install
  1. Start local development environment
yarn dev # or npm run dev