Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 710 Bytes

File metadata and controls

15 lines (12 loc) · 710 Bytes

yes-viz

YES project visualization tool

To set up dev environment:

  1. Install node.js + npm (Both are in nodejs's installer)
  2. Run "npm install" to get node modules and typings

Useful npm commands in this project:
npm start: run the typescript compiler and web server in watch mode (They will recompile and refresh the browser when files are changed).
npm run tsc: Run the typescript compiler once. Output goes in the out folder.
npm run tsc:w: Run the typescript compiler in watch mode.
npm run lite: Run the web server.
npm run build: Make a production build. Output goes in the Build folder.

Collaborators: Ben Forman, Matthew Joyce, Michael Zanga, Cameron Nordan