Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 400 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 400 Bytes

Clearbot website

Developer setup guide

Installing all dependencies

Log in to the GitHub npm repository for the @clearbothk scope for the installation to work is required.

Command to perform login to GitHub npm:

npm login --scope=@clearbothk --registry=https://npm.pkg.github.com

Install dependencies using:

yarn install

Build the website using

yarn build