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

https://github.com/stellarfw/stellar-framework.com

Stellar documentation in english
https://github.com/stellarfw/stellar-framework.com

docs framework stellar

Last synced: 5 months ago
JSON representation

Stellar documentation in english

Awesome Lists containing this project

README

          

# stellar-framework.com

This site is built with [hexo](http://hexo.io/). Site content is written in Markdown format in `src`. Pull requests welcome! 😉

## Developing

Start a dev server at `localhost:4000`

```
$ npm install -g hexo-cli
$ npm install
$ hexo server
```