dist / LivelyKernel

The Lively Web runtime and development environment

Home Page:http://lively-web.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lively Web Build Status

Lively Web is browser-based runtime and development environment that makes creation of Web applications much more immediate and direct. Please see lively-kernel.org for more general information about the Lively Web project.

For feedback, announcements and discussions, please feel invited to subscribe to our mailing list.

Installation

To use Lively you do not have to install anything. The Lively Web environment is an online wiki and development platform that can be used by everyone who wants to experiment and develop with Lively.

If you want to run your own Lively Web server or contribute to the core development follow the steps below.

Windows

  1. Download this package.
  2. Unzip it.
  3. Double click / start start-lively-server.cmd.

Mac OS and Linux

  1. Make sure you have node.js installed.
  2. Checkout this repository: $ git clone https://github.com/LivelyKernel/LivelyKernel.
  3. Start the server: $ cd LivelyKernel; npm start

Lively should now be running at localhost:9001.

Running the tests

Start the server then run $ npm test.

Contributing

All code is published under the MIT license.

About

The Lively Web runtime and development environment

http://lively-web.org/

License:MIT License