Skip to content

dibenso/guitar-meister

Repository files navigation

Guitar Meister

Build Status Coverage Status
A "Guitar Hero" like game for the web

Building and running

First clone the repo and cd into the app:

git clone git@github.com:dibenso/guitar-meister.git
cd guitar-meister

If you want to build with Docker:

docker build -t dibenso/guitar-meister:latest .
docker run -p 3000:3000 -d dibenso/guitar-meister

Normal build with Yarn:

yarn install
yarn build
yarn run

Once the app is running go to http://localhost:3000

Development

Running the tests:

yarn test

Starting the dev server:

yarn dev

Contributing

  1. Fork it 🍴
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request 😃

For more, check out CONTRIBUTING.md