Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikestaub/famous-stereo-test
trying to render a famous scene in stereo
https://github.com/mikestaub/famous-stereo-test
Last synced: about 1 month ago
JSON representation
trying to render a famous scene in stereo
- Host: GitHub
- URL: https://github.com/mikestaub/famous-stereo-test
- Owner: mikestaub
- Created: 2015-05-31T01:25:09.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-01-21T15:26:54.000Z (almost 4 years ago)
- Last Synced: 2024-11-29T10:52:23.466Z (about 1 month ago)
- Language: JavaScript
- Size: 369 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Engine-Seed
> A seed project to get started with the famous engine[![Build Status](https://travis-ci.org/Famous/engine-seed.svg?branch=master)](https://travis-ci.org/Famous/engine-seed) [![Dependency Status](https://david-dm.org/famous/engine-seed.svg)](https://david-dm.org/famous/engine-seed) [![devDependency Status](https://david-dm.org/famous/engine-seed/dev-status.svg)](https://david-dm.org/famous/engine-seed#info=devDependencies)
---
###Installation
```bash
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/docsDo you think this readme needs work? So do we! Feel free to send a PR!!!
---
###LICENSE
MIT