/dank-studio

Web based music studio application using webaudioapi.

Primary LanguageTypeScriptMIT LicenseMIT

Waffle.io - Columns and their card count

dank-studio

Web based music studio application using web audio API.

Setup

Prerequisites

  1. Make sure you have the latest node.js version installed download Link

Initialize the project

  1. Install the windows native build tools package (Windows only. Install native c compiler and python 2.7.x on UNIX systems if those programs aren't installed already) to compile some of the required libraries using npm install -g windows-build-tools in an admin CMD or PowerShell window.
  2. Install gulp webpack and typescript globally to avoid problems npm install -g gulp-cli webpack webpack-cli typescript
  3. Run npm install using a terminal in the project root directory.
  4. Run webpack using a terminal in the project root directory to compile all the typescript files to regular JavaScript files
  5. Execute npm start in a terminal while in the project root directory.

Starting the game

  1. Open your browser and enter http://localhost:3000