https://github.com/input-output-hk/cardano-documentation
https://github.com/input-output-hk/cardano-documentation
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/input-output-hk/cardano-documentation
- Owner: input-output-hk
- License: cc-by-4.0
- Created: 2021-06-04T09:59:57.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-09-19T08:28:12.000Z (3 months ago)
- Last Synced: 2025-10-01T13:44:13.892Z (3 months ago)
- Language: TypeScript
- Size: 71.9 MB
- Stars: 277
- Watchers: 26
- Forks: 166
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- best-of-crypto - GitHub - 5% open · ⏱️ 03.06.2024): (Smart Contract Platforms)
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.