https://github.com/rish-0-0/testiphony
Testiphony frontend. A site, to add reviews of products and get paid. Made by Rishabh Anand.
https://github.com/rish-0-0/testiphony
lit-element lit-html polymer prpl-pattern
Last synced: 5 months ago
JSON representation
Testiphony frontend. A site, to add reviews of products and get paid. Made by Rishabh Anand.
- Host: GitHub
- URL: https://github.com/rish-0-0/testiphony
- Owner: rish-0-0
- Created: 2020-09-17T18:23:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-10T12:28:39.000Z (over 5 years ago)
- Last Synced: 2024-12-29T14:51:28.124Z (over 1 year ago)
- Topics: lit-element, lit-html, polymer, prpl-pattern
- Language: JavaScript
- Homepage:
- Size: 8.51 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README

# Testiphony
Testiphony is a review PWA where you can review and ask for reviews. [Progressive Web App](https://developers.google.com/web/progressive-web-apps/).
The app is built using [PWA Starter Kit](https://github.com/PolymerLabs/pwa-starter-kit). Using the shop-template as the starting point and the [wiki](https://github.com/PolymerLabs/pwa-starter-kit/wiki) for configuring and personalizing.
## Features/highlights
- credit based review buying.
- pattern for a real-life review asking and trading
- pattern for using custom announcers for accessibility
## Setup
```bash
$ git clone https://github.com/rish-0-0/testiphony.git
$ cd testiphony
$ npm i
$ npm start
```
## Build
```bash
$ npm run build
```
## Test the build
To test prpl-server build:
```bash
$ npm run serve:prpl-server
```
To test static build:
```bash
$ npm run serve:static
```