Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 230 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 230 Bytes

whispeer

Initial installation:

npm install -g yarn
git clone <repo-url>

For Developing purposes:

git pull
git submodule update --init
yarn
npm run development

Production Build:

npm run build