Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 401 Bytes

File metadata and controls

22 lines (15 loc) · 401 Bytes

Clicker

Clicker is a simple clicker that lets the user obtain partitions by clicking and thanks to buyable auto-clickers. By reaching certain thresholds, you can achievements that let you buy more clickers and improvements.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build