https://github.com/loomnetwork/loom-sdk-documentation
Loom SDK Documentation Website
https://github.com/loomnetwork/loom-sdk-documentation
Last synced: 5 months ago
JSON representation
Loom SDK Documentation Website
- Host: GitHub
- URL: https://github.com/loomnetwork/loom-sdk-documentation
- Owner: loomnetwork
- Created: 2018-04-19T03:56:39.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-03-28T15:19:54.000Z (about 2 years ago)
- Last Synced: 2024-03-29T12:05:44.321Z (about 2 years ago)
- Language: Shell
- Homepage: https://loomx.io/developers
- Size: 99.8 MB
- Stars: 36
- Watchers: 19
- Forks: 21
- Open Issues: 45
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Loom SDK Docs site
Files to file generate the *new* Loom SDK doc site at https://loomx.io/developers
## Usage
```
# first time setup
yarn
# rebuild site after changing docs/*.md
yarn build
# run locally
yarn start
```