Skip to content

I'm talking about the code-breaking game, not myself. I know you thought that :shipit:

License

Notifications You must be signed in to change notification settings

cassshh/mastermind

Repository files navigation

Mastermind

Masterpiece being built using the native web #UseThePlatform <3


Build as a Progresive Web App

  • Add it to your Home Screen
  • Use it offline

Built using the web to its purest form; HTML5/CSS3/ES6

Polyfills used for unsupported browsers:

  • Web Components
  • Resize Observer

Commands

Install dependencies

$ yarn

Serve

$ yarn start

Build

$ yarn build

Clean

$ yarn clean