https://github.com/srph/cinemapogi
A fresh-looking viewer for Resorts World Manila Blockbusterseats
https://github.com/srph/cinemapogi
Last synced: about 2 months ago
JSON representation
A fresh-looking viewer for Resorts World Manila Blockbusterseats
- Host: GitHub
- URL: https://github.com/srph/cinemapogi
- Owner: srph
- Created: 2018-07-22T23:45:55.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-25T10:01:55.000Z (almost 8 years ago)
- Last Synced: 2025-10-09T17:32:12.947Z (9 months ago)
- Language: TypeScript
- Homepage: https://sinepogi.kierb.com
- Size: 2.49 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Sinepogi
Sinepogi a fresh-looking viewer for Resorts World Manila's online cinema, designed to make browsing more convenient.
Designed by [Kirby Borromeo](https://dribbble.com/kbyborromeo).
## Tooling
- Typescript
- Parcel
- React
- Go
- Macaron
## Contributing
#### Requirements
- Go `>=1.8`
- Node `>=10` & npm `>=5`
#### Setup
- Install dependencies
```bash
make install
```
- Run Go API
```
make start.backend
```
- Serve frontend web server
```
make start.frontend
```