Skip to content

zakkolar/app.techlit.mouse

Repository files navigation

Mouse Games

This is a collection of games to help players use a mouse/trackpad. Each game can be customized via URL parameters. You can try the demo or read the docs

Development

This site is built with Nuxt and available under the MIT License. You are free to use/modify it as you see fit as long as you follow the license requirements.

Setup

Make sure to install the dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

Development Server

Start the development server on http://localhost:3000:

# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm run build

# yarn
yarn build

Locally preview production build:

# npm
npm run preview

# pnpm
pnpm run preview

# yarn
yarn preview

Check out the deployment documentation for more information.

About

Web-based games to help players practice mouse/keyboard skills

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages