Skip to content

Commit

Permalink
Update README.md (#800)
Browse files Browse the repository at this point in the history
  • Loading branch information
devjsc authored Jul 18, 2024
1 parent 5bea358 commit d7c20ad
Showing 1 changed file with 9 additions and 13 deletions.
22 changes: 9 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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

0 comments on commit d7c20ad

Please sign in to comment.