whispeer / whispeerSite

The whispeer web page.
MIT License
10 stars 3 forks source link

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