/purrdata-webapp

A version of PurrData for web build during the GSoC 2020

Primary LanguageHTML

Directory structure

  • Components : other elements that are dynamically added to the page
    • Components/dialogs : copy of dialogs from pd/nw
  • CSS : copy from pd/nw/css folder
    • CSS/webapp : styles created for this project
  • Dist : browserified PurrData JS files
  • Libs : external dependencies
  • Utils : common functions for this project

Setup

In this project you will need Node.JS. You can follow this guide to install it.

  1. Clone this repository
  2. Run
     $ make emscripten
    
  3. Install necessary dependencies
    $ npm install
    
  4. Build pdbundle
    npm run-script build
    
  5. Start the application
    npm start