Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 189 Bytes

Contributing.md

File metadata and controls

13 lines (10 loc) · 189 Bytes

Contributor guide

Local development

git clone https://github.com/EasyWebApp/WebCell.git ~/Desktop/WebCell
cd ~/Desktop/WebCell

npm i pnpm -g
pnpm i
npm test
pnpm build