jchristman / react-meteor-os

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Meteor OS

This project is an adaptation of the original MeteorOS, changed from Blaze to React. This should make things much much better.

How to run

The current process to set this up is quite convoluted. You need to basically do this.

~ $ npm install -g npm    # Make sure that NPM is up to date. This is important!
~ $ git clone https://github.com/jchristman/meteor-os.git
~ $ cd meteor-os/meteor-os
~/meteor-os/meteor-os $ npm install --only=dev
~/meteor-os/meteor-os $ npm link
~/meteor-os/meteor-os $ cd ../gui-designer
~/meteor-os/gui-designer $ npm install
~/meteor-os/gui-designer $ npm link meteor-os
~/meteor-os/gui-designer $ ln -s node_modules/meteor-os/bundle.css bundle.css
~/meteor-os/gui-designer $ meteor reset && meteor

About

License:MIT License


Languages

Language:JavaScript 85.5%Language:CSS 14.4%Language:Shell 0.1%