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
- Host: GitHub
- URL: https://github.com/stellarfw/stellar-framework.com
- Owner: StellarFw
- License: mit
- Created: 2016-08-23T11:34:39.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-03T15:39:23.000Z (over 3 years ago)
- Last Synced: 2024-03-27T06:25:33.376Z (about 2 years ago)
- Topics: docs, framework, stellar
- Language: CSS
- Size: 2.31 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```