Skip to content

Latest commit

 

History

History
40 lines (38 loc) · 1.24 KB

README.md

File metadata and controls

40 lines (38 loc) · 1.24 KB

Fifteen Puzzle

Version License

Fifteen Puzzle is a web game built using

with a tracker for moves and time spent.

Install

yarn

Develop

Run Env.

yarn dev

Prod. Build

yarn build

Preview Prod. Build

yarn preview

Format Code (ESLint + Prettier)

yarn format

Deploy

yarn deployer

This README was originally generated by readme-md-generator