diff --git a/README.md b/README.md index 6e3a71c5b..49cda114f 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,10 @@ # Fetch.ai Documentation Repo +Wlecome to the code repository for websites and contents of fetch.ai/docs. + ## Updating docs -Changes can be made on github or locally. To run docs locally you must have npm installed. +We welcome PRs from all members of our community, and details and formats of this can be seen in our [Code of Conduct](CODE_OF_CONDUCT.md). ## Developing @@ -22,20 +24,14 @@ The site is then visible at: http://127.0.0.1:3000/docs -### Production Build Workflow - -Build the codebase -```bash -pnpm build -``` +## Contributing +We welcome contributions from the community! Please see our Contributing Guide for information on how to get involved. Whether you're fixing bugs, adding new features, or improving documentation, your help is appreciated. -Run the production server +## Support +If you need help or have any questions, please post a discussion or join our community on [Discord](https://discord.com/invite/fetchai). -```bash -pnpm start -``` +## License +The uAgents library is licensed under the APACHE License. For more details, see the [LICENSE](LICENSE) file. -The site is then visible at: -http://127.0.0.1:3000/docs