Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/minhoryang/starlight
Github Stars Manager Lightly.
https://github.com/minhoryang/starlight
Last synced: about 1 month ago
JSON representation
Github Stars Manager Lightly.
- Host: GitHub
- URL: https://github.com/minhoryang/starlight
- Owner: minhoryang
- License: mit
- Created: 2014-12-05T06:37:58.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-05T15:03:48.000Z (about 10 years ago)
- Last Synced: 2023-07-05T15:03:25.619Z (over 1 year ago)
- Language: JavaScript
- Size: 133 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Starlight
## Dependency
```console
$ git clone https://github.com/minhoryang/starlight.git
$ git submodule update
$ npm install
$ bower install
$ pyenv virtualenv {latest} flask-yeoman-projects # not necessary
$ pip install -r requirements.txt
```## Run
```console
$ grunt server
$ grunt build && python server.py
```