Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 385 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 385 Bytes

Crusher Documentation

Crusher uses Next.js for its documentation.

  1. Clone this repo

    git clone https://github.com/crusherdev/documentation.git
  2. Go into the project root directory

    cd documentation
  3. Install JS dependencies

    yarn
  4. Start the dev server

    yarn dev