Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```