This repository contains the source code of the http://pp.io.
Node and npm/yarn required
git clone [email protected]:PPIO/pp.io.git
cd pp.io
npm install
npm run build:dll
npm run start
Then you can preview the site at http://localhost:8080/, hot module replacement supported.
npm run start:tunnel
Tunnel provided by ngrok.com
npm run build
npm run start:production
See it at http://localhost:9000
npm run lint