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

https://github.com/madetech/docs

Made Tech Developer Docs
https://github.com/madetech/docs

Last synced: about 1 year ago
JSON representation

Made Tech Developer Docs

Awesome Lists containing this project

README

          

# Made Tech Developer Docs

You can find the docs at [https://docs.madetech.com](https://docs.madetech.com).

## Contributing

We use jekyll to publish these docs. Locally to developer you can:

```
git clone https://github.com/madetech/docs.git
cd docs
bundle
bundle exec jekyll s --incremental --watch
```