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

https://github.com/robertkirsz/social-distancing

You're trying to stay socially distant, but all around you are these people who just don't care. They're irresponsible and deserve a solid smack! 👊
https://github.com/robertkirsz/social-distancing

game social-distancing svelte

Last synced: about 2 months ago
JSON representation

You're trying to stay socially distant, but all around you are these people who just don't care. They're irresponsible and deserve a solid smack! 👊

Awesome Lists containing this project

README

        

# Social Distancing: The Game

When you just want to punch some people 👊

### Configuration

1. Create a new [Firebase](https://firebase.google.com/) project,
1. Create `databaseConfig.json` file at root directory and fill it in with your Firebase info. You can find it in [Firebase console](https://console.firebase.google.com/) - select your project and go to "General" tab in "Settings". It should have this structure:

```json
{
"apiKey": "...",
"authDomain": "...",
"databaseURL": "...",
"projectId": "...",
"storageBucket": "...",
"messagingSenderId": "...",
"appId": "..."
}
```

### Development

```bash
yarn install
yarn dev
```

### Deployment

```bash
yarn build
```

Serves contents of `public` folder.