Site Engine is the world's first all-in-one engine to build a modern web site, game, or blog. No HTML or CSS knowledge required.


Keywords
game, app, website, framework, engine, animation, html5, svg, html, web, blog
License
Aladdin
Install
npm install site@2.60.4

Documentation

Site

Site Engine is the world's first all-in-one engine that helps build a website. No HTML or CSS knowledge required. All you need to know is JavaScript (or FutureScript).

Click here to view the tutorial.

You will need Node 4.0 or higher to use the commands.

(Note: Currently it doesn't work on Node 6 because one dependency it relies on has compatibility issues. We're waiting for their fix.)

Install this package globally, create an empty directory, go to the directory, and type this to create a demo written in JavaScript:

site demo js

Or type this to create a demo written in FutureScript:

site demo fus

Then:

npm install
site build debug
npm start

The website should be available at "http://localhost:50000/".

Don't forget to rebuild it after modification.

Contributing

See "CONTRIBUTING.md".

License

See "LICENSE.txt".