https://github.com/etherdata-blockchain/etherdata-sdk
https://github.com/etherdata-blockchain/etherdata-sdk
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/etherdata-blockchain/etherdata-sdk
- Owner: etherdata-blockchain
- Created: 2021-09-16T06:43:28.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2026-01-22T00:46:09.000Z (5 months ago)
- Last Synced: 2026-01-22T13:55:53.801Z (5 months ago)
- Language: TypeScript
- Homepage: https://demos.debugchain.net
- Size: 6.74 MB
- Stars: 2
- Watchers: 0
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: docs/README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Website
This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.
### Installation
```
$ yarn
```
### Local Development
```
$ yarn start
```
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
### Build
```
$ yarn build
```
This command generates static content into the `build` directory and can be served using any static contents hosting service.
### Deployment
Using SSH:
```
$ USE_SSH=true yarn deploy
```
Not using SSH:
```
$ GIT_USER= yarn deploy
```
If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch.