Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fouad/gateway
https://github.com/fouad/gateway
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fouad/gateway
- Owner: fouad
- Created: 2015-05-28T01:27:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-29T04:14:51.000Z (over 9 years ago)
- Last Synced: 2024-04-14T14:47:03.269Z (10 months ago)
- Language: JavaScript
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
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