Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.

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