#Demo

See the demo


#Engine-Seed

A seed project to get started with the famous engine

Build Status Dependency Status devDependency Status


###Installation

git clone https://github.com/Famous/engine-seed
cd engine-seed
# rm -rf .git && git init && git commit -m "Make it so" # optionally reset git history
npm i # install dependencies

###Development Run the dev server with npm run start-dev

Now the dev server should be running on localhost:1618

Run the linters with npm run lint

Run All Tests with npm test


###Need help?

Please join us on the "famous-community" slack.

Sign up --> https://slack.famous.org/signup Join the discussion --> http://slack.famous.org/

There is a bunch of learning material at --> http://famous.org/learn

There are api docs at --> http://famous.org/docs

Do you think this readme needs work? So do we! Feel free to send a PR!!!


###LICENSE

MIT