Testiphony is a review PWA where you can review and ask for reviews. Progressive Web App.
The app is built using PWA Starter Kit. Using the shop-template as the starting point and the wiki for configuring and personalizing.
- credit based review buying.
- pattern for a real-life review asking and trading
- pattern for using custom announcers for accessibility
$ git clone https://github.com/rish-0-0/testiphony.git
$ cd testiphony
$ npm i
$ npm start
$ npm run build
To test prpl-server build:
$ npm run serve:prpl-server
To test static build:
$ npm run serve:static