https://github.com/standardweb3/docs
Official Documentation of Standard Protocol
https://github.com/standardweb3/docs
documentation
Last synced: 11 months ago
JSON representation
Official Documentation of Standard Protocol
- Host: GitHub
- URL: https://github.com/standardweb3/docs
- Owner: standardweb3
- License: other
- Created: 2022-09-11T21:51:09.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-20T23:04:56.000Z (over 3 years ago)
- Last Synced: 2025-03-05T16:18:36.880Z (over 1 year ago)
- Topics: documentation
- Language: Vue
- Homepage: docs-one-omega.vercel.app
- Size: 21.7 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: history-and-changes.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
## Documentation
Check out our docs at https://docs.standard.tech.
## Development Setup
``` sh
# Install all dependencies.
yarn
# Serves Standard's own docs with itself.
yarn dev
# Build VuePress' own docs with itself.
yarn build
```
## Contribution
Want to contribute? Check our [Contributing Guide](.github/CONTRIBUTING.md), [Code of Conduct](.github/CODE_OF_CONDUCT.md) and [issues for beginners](https://github.com/standardweb3/docs/issues)!
## License
[MIT](https://github.com/standardweb3/docs/blob/master/LICENSE.md)