etherworld

1.0.1 • Public • Published

EtherWorld

EtherWorld is a virtual reality multi-user content creation tool. Create a room today, and build content with your friends.

Installation

  1. Clone the git repository from GitHub:

     git clone git@github.com:EtherWorld/etherworld.git
    
  2. Open the working directory:

     cd etherworld
    
  3. Install the Node dependencies:

     npm install
    
  4. Install Redis:

     brew install redis
    
  5. Set up Redis:

     brew info redis
    

Development

To start the server and file watchers (for building the JS/CSS upon file change):

npm run dev

Then launch the site from your favourite browser:

http://localhost:3000/

If you wish to serve the site from a different port:

PORT=8000 npm run dev

Deployment

In production, the server is run like so:

npm start

Alternatively:

npm run prod

To run the server à la Heroku:

foreman start web

Licence

MIT Licence

Contributing

Contributions are very welcome!

Readme

Keywords

none

Package Sidebar

Install

npm i etherworld

Weekly Downloads

1

Version

1.0.1

License

MPL

Last publish

Collaborators

  • kevingrandon