User interface assets for Nujii Studio Digital Audio Workstation.
Nujii Studio is a collaborative digital audio workstation allowing musicians to mix and produce with each other from anywhere in the world.
npm install
grunt
npm install -d
grunt dev
You can start using the application in the browser at localhost:3333
Nujii Studio uses LiveReload for easier development. You can download the browser extensions here.
We want this experience to be collaborative at all levels, including development. We encourage contributions from the community. Here's how to get started.
- Fork the project
- Make your changes and run the tests
- Commit your changes and push them to your fork
- Open a pull request on GitHub
- We will review the pull request, suggest changes, and merge it when it's ready.
You can submit a bug here
First install the dependencies
npm install -d
Then run the tests
npm test