Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fartinmartin/exquisite-corpse
A collaborative drawing game built with Nuxt.js and Google Firebase.
https://github.com/fartinmartin/exquisite-corpse
Last synced: 26 days ago
JSON representation
A collaborative drawing game built with Nuxt.js and Google Firebase.
- Host: GitHub
- URL: https://github.com/fartinmartin/exquisite-corpse
- Owner: fartinmartin
- Created: 2020-07-03T04:44:21.000Z (over 4 years ago)
- Default Branch: firebase
- Last Pushed: 2024-05-19T16:46:46.000Z (8 months ago)
- Last Synced: 2024-05-19T17:35:03.125Z (8 months ago)
- Language: Vue
- Homepage: https://exquisitecorpse.club/
- Size: 5.18 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# exquisite corpse club™
- [Figma prototype](https://www.figma.com/proto/RNg8lCVQnMU5HAeYxu03UT/exquisite-corpse-club?node-id=40%3A25&scaling=min-zoom)
- [TODOs](https://trello.com/b/JmK3HtwP/exquisite-corpse-club™)
- [Case study](https://www.martinlindberg.me/exquisite-corpse-club/)## The _what_ club?
An exquisite corpse is a collaborative drawing made up of three sections. Each section is drawn by a different artist who can’t see the other sections. The results are sometimes strange but always entertaining. I adapted this analog collaborative drawing game for the remote world of 2020!
## The tech deets
The exquisite corpse club™ is a progressive web app built with Vue.js, Nuxt.js, and Google Firebase.
## Build setup
```bash
# install dependencies
$ npm install# serve with hot reload at localhost:3000
$ npm run dev# build for production and launch server
$ npm run build
$ npm run start# generate static project
$ npm run generate
```For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).