Skip to content

Latest commit

 

History

History
executable file
·
40 lines (25 loc) · 1.05 KB

README.md

File metadata and controls

executable file
·
40 lines (25 loc) · 1.05 KB

Mash a Mouse

A Svelte implementation of Whack a Mole.

Credits

The project was conceived and made during work hours at Knowit Objectnet. If you'd like to join us or some of the other Knowit Norway companies, send us an email.

The user interface was designed by my co-worker, Birgitte Rishatt.

It is based on the Svelte template, a project template for Svelte apps. It lives at https://github.com/sveltejs/template.

To create a new project based on this template using degit:

npx degit sveltejs/template svelte-app
cd svelte-app

Note that you will need to have Node.js installed.

Get started

Install the dependencies with Yarn...

cd svelte-app
yarn install

...then start Rollup:

yarn run dev

Navigate to localhost:5000. You should see your app running. Edit a component file in src, save it, and reload the page to see your changes.