Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kjirou/social-game-rewards-backend


https://github.com/kjirou/social-game-rewards-backend

Last synced: 12 days ago
JSON representation

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
```