Skip to content

Client-side code for Wordbots, the card game where YOU make the cards.

Notifications You must be signed in to change notification settings

liwca/wordbots-core

 
 

Repository files navigation

Wordbots

CircleCI Test Coverage Code Climate Discord badge

Support Wordbots on Patreon!

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

Then visit http://localhost:3000.

Lint and test

$ yarn lint --fix && yarn test --coverage

Acknowledgements

Some code taken from the following (all MIT licensed):

About

Client-side code for Wordbots, the card game where YOU make the cards.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 92.6%
  • JavaScript 6.9%
  • Other 0.5%