Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kjirou/social-game-rewards-backend
https://github.com/kjirou/social-game-rewards-backend
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kjirou/social-game-rewards-backend
- Owner: kjirou
- License: apache-2.0
- Created: 2022-04-16T04:28:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-16T18:45:39.000Z (5 months ago)
- Last Synced: 2024-06-16T20:12:50.538Z (5 months ago)
- Language: TypeScript
- Size: 376 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# social-game-rewards-backend
![Run Tests](https://github.com/kjirou/social-game-rewards-backend/workflows/Run%20Tests/badge.svg)
![Analyze Code](https://github.com/kjirou/social-game-rewards-backend/workflows/Analyze%20Code/badge.svg)## :hammer_and_wrench: Development
### Building a local development environment in your PC
#### Softwares that must be installed in advance
- [Docker](https://www.docker.com/)
- [Node.js](https://nodejs.org/)
- The version is defined in [.nvmrc](/.nvmrc).#### Installation
```
git clone [email protected]:kjirou/social-game-rewards-backend.git
cd ./social-game-rewards-backend
npm install
make docker/local/build
```