Skip to content

polyphony-ot/polyphony-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Polyphony Site

This project contains the code for running the Polyphony site at http://polyphony-ot.com. It also serves as an example of how to use the polyphony-js library.

Running

Make sure you have node and some sort of HTTP server installed. Something like http-server is a solid choice.

First, setup and start the node OT server:

$ cd polyphony-site/server
$ npm install
$ node main.js

Next, start up the HTTP server:

$ http-server polyphony-site

Then just visit localhost:8080 (or whatever address you told your HTTP server to listen on) in your browser and try it out!

Walkthrough

Check out the doc directory for documentation and a walkthrough on how the site uses polyphony-js.

About

Site for running polyphony-ot.com.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published