Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 216 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 216 Bytes

website

Development

  1. Install yarn:

    npm install -g yarn
    
  2. Install the dependencies with:

    yarn
    
  3. Start developing and watch for code changes:

    yarn dev