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
- Host: GitHub
- URL: https://github.com/azdavis/resistance
- Owner: azdavis
- License: mit
- Created: 2019-03-09T11:21:11.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-29T04:50:23.000Z (almost 6 years ago)
- Last Synced: 2025-01-28T03:29:23.736Z (4 months ago)
- Language: Go
- Homepage:
- Size: 806 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
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
```