1.0.1 • Published 11 years ago
etherworld v1.0.1
EtherWorld
EtherWorld is a virtual reality multi-user content creation tool. Create a room today, and build content with your friends.
Installation
Clone the git repository from GitHub:
git clone git@github.com:EtherWorld/etherworld.gitOpen the working directory:
cd etherworldInstall the Node dependencies:
npm installInstall Redis:
brew install redisSet up Redis:
brew info redis
Development
To start the server and file watchers (for building the JS/CSS upon file change):
npm run devThen launch the site from your favourite browser:
If you wish to serve the site from a different port:
PORT=8000 npm run devDeployment
In production, the server is run like so:
npm startAlternatively:
npm run prodTo run the server à la Heroku:
foreman start web