Skip to content

remarkablegames/tile-matcher

Repository files navigation

tile-matcher

A tile-matching puzzle game.

The project was bootstrapped with create-preact-app and the game is hosted on remarkablegames.

Match Tiles

Prerequisites

Install

Clone repository:

$ git clone https://github.com/remarkablegames/button-clicker.git
$ cd button-clicker

Install dependencies:

# with npm
$ npm install

# with yarn
$ yarn

Run

Start development server:

# with npm
$ npm start

# with yarn
$ yarn start

Build production artifacts:

# with npm
$ npm run build

# with yarn
$ yarn build

Release

Release with standard-version:

# with npm
$ npm run release

# with yarn
$ yarn release

Deploy

Deploy to GitHub Pages:

# with npm
$ npm run deploy

# with yarn
$ yarn deploy

License

MIT