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
- Host: GitHub
- URL: https://github.com/madetech/docs
- Owner: madetech
- Created: 2018-12-23T19:04:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-11-30T10:12:03.000Z (over 4 years ago)
- Last Synced: 2025-04-01T03:09:44.973Z (about 1 year ago)
- Language: CSS
- Homepage: https://docs.madetech.com
- Size: 494 KB
- Stars: 3
- Watchers: 25
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
```