wordbots-core
wordbots-core copied to clipboard
Client-side code for Wordbots, the card game where YOU make the cards.
Wordbots
Development installation
$ yarn install
$ yarn start
Then visit http://localhost:3000.
Releasing to production
Production has Devtools, logging and hot reloading middleware removed and the scripts/css compressed.
$ yarn run build
$ yarn run start-prod
Deploying to Heroku
Prerequisite:
heroku labs:enable runtime-dyno-metadata
Then visit http://localhost:3000.
Lint and test
$ yarn lint --fix && yarn test --coverage
Acknowledgements
Some code taken from the following (all MIT licensed):
react-hexgrid- notsurt's
spritegen - gimenete's
identicons-react
