https://github.com/layr-labs/eigenda-docs
https://github.com/layr-labs/eigenda-docs
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/layr-labs/eigenda-docs
- Owner: Layr-Labs
- Created: 2024-07-01T14:19:34.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2025-03-17T12:37:35.000Z (3 months ago)
- Last Synced: 2025-03-20T05:02:47.213Z (3 months ago)
- Language: JavaScript
- Homepage: https://eigenda-docs-phi.vercel.app
- Size: 6.08 MB
- Stars: 4
- Watchers: 6
- Forks: 6
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EigenDA Docs
This website is built using [Docusaurus](https://docusaurus.io/), a modern static website generator.
### Installation
```bash
yarn
```If yarn isn't installed yet, [run the following command](https://yarnpkg.com/getting-started/install) first:
```bash
corepack enable
```### Local Development
```bash
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
```bash
yarn build
# to test out the fully built site
yarn serve
```This command generates static content into the `build` directory and can be served using any static contents hosting service.
### Deployment
Using SSH:
```bash
USE_SSH=true yarn deploy
```Not using SSH:
```bash
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.