Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/makerdao/developer.makerdao.com
https://github.com/makerdao/developer.makerdao.com
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/makerdao/developer.makerdao.com
- Owner: makerdao
- License: other
- Created: 2017-12-06T20:45:41.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-10-05T23:07:07.000Z (over 2 years ago)
- Last Synced: 2023-04-04T02:07:01.520Z (almost 2 years ago)
- Language: HTML
- Homepage: developer-makerdao-com.vercel.app
- Size: 858 KB
- Stars: 6
- Watchers: 19
- Forks: 19
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 serveServer address: http://127.0.0.1:4000/
Server running... press ctrl-c to stop.
```