textiot
Version:
A framework for building web and native (IoT) Dapps on the IPFS network
65 lines (38 loc) • 1.88 kB
Markdown
# Textile Docs _(docs)_
[](https://textile.io)
[](https://slack.textile.io)
> Documentation repository for all Textile projects 📚
Join us on our [public Slack channel](https://slack.textile.io/) for news, discussions, and status updates. [Check out our blog](https://medium.com/textileio) for the latest posts and announcements.
## Table of Contents
- [Getting Started](#getting-started)
- [Maintainer](#maintainer)
- [Contribute](#contribute)
- [License](#license)
## Getting Started
### Requirements
- python >= 3.6.0
- pip >= 19.0
- wget >= 1.0
- bash >= 3
### Commands
#### Install dependencies:
./scripts/setup
#### Build docs
./scripts/build
#### Serve locally
./scripts/serve
#### Deploy to docs.textile.io
./scripts/deploy
## Maintainer
[Carson Farmer](https://github.com/carsonfarmer)
## Contributing
**Contribute to the [Textile Docs](https://github.com/textileio/docs)** with any additions or questions you have about Textile and its various projects. A good example would be asking, "What is a thread?". If you don't know a term, odds are someone else doesn't either. Eventually, we should have a good understanding of where we need to improve communications and teaching together to make Textile even better.
Before you get started, be sure to read our [contributors guide](CONTRIBUTING.md) and our [contributor covenant code of conduct](CODE_OF_CONDUCT.md).
### Contributors
- Carson Farmer <carson@textile.io>
- Sander Pick <sander@textile.io>
- Andrew Hill <andrew@textile.io>
- Aaron Sutula <aaron@textile.io>
- Benjamin Lupton <benjamin@textile.io>
## License
[MIT](LICENSE)