Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/makerdao/developer.makerdao.com


https://github.com/makerdao/developer.makerdao.com

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Maker Developer pages

Served via github pages with Jekyll.

Intended to be easy to update with all content maintained in Markdown.

Edit directly on github or clone the repo and run locally:

```bash
$ git clone [email protected]:makerdao/developer.makerdao.com.git maker-dev
$ nix-env -i jekyll
$ cd maker-dev
$ bundle install
$ jekyll serve

Server address: http://127.0.0.1:4000/
Server running... press ctrl-c to stop.
```