Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oraichain/docs-site
Oraichain documents
https://github.com/oraichain/docs-site
ai-oracle oraichain oraichain-documentation
Last synced: about 2 months ago
JSON representation
Oraichain documents
- Host: GitHub
- URL: https://github.com/oraichain/docs-site
- Owner: oraichain
- Created: 2020-08-19T15:02:55.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-04T03:01:35.000Z (about 3 years ago)
- Last Synced: 2024-04-11T08:22:34.148Z (9 months ago)
- Topics: ai-oracle, oraichain, oraichain-documentation
- Language: JavaScript
- Homepage: https://docs.orai.io/
- Size: 6.08 MB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Oraichain Documentation
This documentation site is automatically deployed to https://docs.orai.io/
The main documentation is stored in the `docs` folder# How to Change the Docs
- install [yarn](https://yarnpkg.com/)
- install dependencies
```
$ yarn
```
- Run project```
$ yarn start
```
This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.
- In most times, you only need to add new pages with links on existing pages, such as index.md or *.md in docs folder. These files are all markdown format.