Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antonlukin/thisorthat
https://github.com/antonlukin/thisorthat
flightphp game markdown-to-html react react-router
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/antonlukin/thisorthat
- Owner: antonlukin
- License: mit
- Created: 2017-08-02T17:02:00.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-03-03T21:17:34.000Z (10 months ago)
- Last Synced: 2024-05-21T07:12:53.651Z (8 months ago)
- Topics: flightphp, game, markdown-to-html, react, react-router
- Language: PHP
- Homepage: https://thisorthat.ru
- Size: 7.32 MB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# This or That
API and Web application for Russian version of This or That game.
## Installation
1. Download repository from GitHub: `git clone https://github.com/antonlukin/thisorthat.git`
2. Create `.env` file from `.env.example`
3. Install required packages with `composer update` and `yarn`
4. Use `pm2 start image/app.js --name avatars` to start avatar service
5. Set cron tasks for `cron/` scripts## Development
1. Use `yarn build` to build web app
2. Update `docs/files/index.md` and rebuild html with `yarn docs`## Requirements
1. NodeJS 14.0+
2. PHP 7.0+ with Redis and MySQL extensions
3. Redis server 4.0+
4. Cron service for moderation handlers
5. MySQL 5.6+
6. Yarn and Composer to build application
7. pm2 for starting avatar service