https://github.com/hashgraph-online/hcs-improvement-proposals
Hashgraph Online Website & Open Source Standards.
https://github.com/hashgraph-online/hcs-improvement-proposals
hedera hedera-hashgraph
Last synced: 4 months ago
JSON representation
Hashgraph Online Website & Open Source Standards.
- Host: GitHub
- URL: https://github.com/hashgraph-online/hcs-improvement-proposals
- Owner: hashgraph-online
- Created: 2024-02-18T18:22:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-22T19:30:06.000Z (4 months ago)
- Last Synced: 2025-06-22T20:30:50.390Z (4 months ago)
- Topics: hedera, hedera-hashgraph
- Language: TypeScript
- Homepage: https://hashgraphonline.com/
- Size: 35.8 MB
- Stars: 6
- Watchers: 0
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Website
This website is built using [Docusaurus](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.