GitHub - markin-dev/farm

Skip to content

Navigation Menu

Sign in

Appearance settings

Farm Clicker

This is a simple farm themed clicker game based on Vue 3.

Developmet

To start the dev server use the command npm run serve.

Deploy

The project deploys on GitHub Pages and is available at https://markin-dev.github.io/farm/. For deployment, script deploy.sh from the root directory is used.

Env

You must provide a secret key to encrypt your saves, otherwise the insecure default key will be used. See env.exmaple for details.