Squarrels card game done in Vue.js
- Add entry to your
/etc/hosts
file with:squarrels 127.0.0.1
- Clone the repo
- Start the server, must have
docker-compose
installed to run - Start the client
- Open 2 different browser instances and navigate to
http://squarrels:8181
- Enter a different name for each player
- Create games and join them with each player
$ cd server
$ npm run start
$ cd client
$ npm install
$ npm run serve
> brew install ffmpeg
> npm install -g audiosprite
> cd src/assets/sounds
> audiosprite --path /sounds/ --output audiosprite -f howler ../../../public/sounds/*.mp3
Copy audiosprite.* files into /public folder