项目作者: dibenso

项目描述 :
Guitar game for the web :guitar:
高级语言: TypeScript
项目地址: git://github.com/dibenso/guitar-meister.git
创建时间: 2020-12-02T22:11:47Z
项目社区:https://github.com/dibenso/guitar-meister

开源协议:MIT License

下载


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:

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

If you want to build with Docker:

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

Normal build with Yarn:

  1. yarn install
  2. yarn build
  3. yarn run

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

Development

Running the tests:

  1. yarn test

Starting the dev server:

  1. yarn dev

Contributing

  1. Fork it :fork_and_knife:
  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 :smiley:

For more, check out CONTRIBUTING.md