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! 👊
- Host: GitHub
- URL: https://github.com/robertkirsz/social-distancing
- Owner: robertkirsz
- License: mit
- Created: 2019-11-21T19:53:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-08-15T22:02:50.000Z (over 1 year ago)
- Last Synced: 2025-01-12T23:11:18.212Z (4 months ago)
- Topics: game, social-distancing, svelte
- Language: Svelte
- Homepage: https://social-distancing.netlify.app/
- Size: 1.14 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.