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

https://github.com/azdavis/resistance

A game of deceit
https://github.com/azdavis/resistance

Last synced: about 2 months ago
JSON representation

A game of deceit

Awesome Lists containing this project

README

        

# resistance

A game of deceit

## Setup

```sh
$ git clone https://github.com/azdavis/resistance.git
$ cd resistance/backend
$ go get
$ cd ../frontend
$ npm install
```

## Development

In one terminal:

```sh
$ cd backend
$ go build
$ ./resistance
```

In another terminal:

```sh
$ cd frontend
$ npm run start
```