https://github.com/unlight/autostop
https://github.com/unlight/autostop
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/unlight/autostop
- Owner: unlight
- Created: 2014-04-08T11:47:24.000Z (over 12 years ago)
- Default Branch: dev
- Last Pushed: 2017-10-25T07:07:19.000Z (almost 9 years ago)
- Last Synced: 2024-12-27T01:25:33.933Z (over 1 year ago)
- Language: JavaScript
- Size: 590 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Autostop [](https://travis-ci.org/3dev/autostop)
## Ресурсы
* [Текущая версия](http://autostop-dev.herokuapp.com)
* [Continuous Integration сервер](https://travis-ci.org/3dev/autostop)
* [Задачи](https://app.asana.com/0/9761538479759/9761538479763)
* [Мокапы](http://ninjamock.com/s/xeunme)
* [Wiki](https://github.com/3dev/autostop/wiki)
## Установка
Предварительно необходимо установить:
* [MongoDB](http://docs.mongodb.org/manual/installation/). Убедитесь что база данных запущена на порту 27017.
* [Node.js](http://nodejs.org/download/).
* [Grunt](http://gruntjs.com/).
* [Bower](http://bower.io/) - менеджер web-пакетов для Node.js.
```
$ npm install -g grunt-cli
$ npm install -g bower
```
Клонируйте проект:
```
git clone git@github.com:3dev/autostop.git
```
Перейдите в директорию с проектом и выполните:
```
npm install
```
Запустите приложение:
```
grunt
```
и перейдите в браузере на [http://localhost:3000](http://localhost:3000)