Perfect5th / utm-jazz

A Universal Turing Machine sim that plays bad music

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UTM Jazz

A (Hopefully) Not Terrible Turing-Machine-based Music Generator

Development

Pre-requisites

  • You'll want to have nvm installed, but it's not an absolute requirement. If you're on Windows, try nvm-windows
    • You'll need a version of Node.js installed (the project uses v10.15). Install it yourself or use nvm install 10.15
  • That's it!

After cloning the repository, change directories into it and install the single dependency, parcel, like so:

$ cd utm-jazz
$ git checkout dev
$ nvm use 10.15   # Or just 'nvm use' if you're on mac/linux
$ npm install

To run the project:

$ npm run dev

Then visit http://localhost:1234 in your browser

To build for deployment:

$ npm run build

That's it!

About

A Universal Turing Machine sim that plays bad music


Languages

Language:JavaScript 66.9%Language:HTML 22.0%Language:CSS 11.1%