Skip to content

Commit

Permalink
Pre-compile CoffeeScript
Browse files Browse the repository at this point in the history
  • Loading branch information
1j01 committed May 8, 2021
1 parent 06ee180 commit 188f1a2
Show file tree
Hide file tree
Showing 7 changed files with 4,996 additions and 12 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.firebase/
compiled/

# Logs
logs
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ Built with [SimpleMidiInput.js](https://github.com/kchapelier/SimpleMidiInput.js

MIT-licensed. See [LICENSE.md](LICENSE.md)

### Development Setup

- Install Git and Node.js if you don't already have them installed.
- Clone the repository.
- Open a terminal in the project directory.
- Run `npm i` to install dependencies.
- Run `npm start` to start a live server and automatically recompile coffeescript on changes.

### TODO

* Improve layout on mobile / small viewport size
Expand Down
Loading

0 comments on commit 188f1a2

Please sign in to comment.