A tile-matching puzzle game.
The project was bootstrapped with create-preact-app
and the game is hosted on remarkablegames.
Clone repository:
$ git clone https://github.com/remarkablegames/button-clicker.git
$ cd button-clicker
Install dependencies:
# with npm
$ npm install
# with yarn
$ yarn
Start development server:
# with npm
$ npm start
# with yarn
$ yarn start
Build production artifacts:
# with npm
$ npm run build
# with yarn
$ yarn build
Release with standard-version:
# with npm
$ npm run release
# with yarn
$ yarn release
Deploy to GitHub Pages:
# with npm
$ npm run deploy
# with yarn
$ yarn deploy