https://github.com/ceramicnetwork/legacy-docs
https://github.com/ceramicnetwork/legacy-docs
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ceramicnetwork/legacy-docs
- Owner: ceramicnetwork
- License: apache-2.0
- Created: 2024-11-05T15:38:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-21T22:31:15.000Z (over 1 year ago)
- Last Synced: 2025-11-20T18:31:43.724Z (7 months ago)
- Language: TypeScript
- Size: 15.1 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ceramic Documentation
This repository contains the code and markdown files for the Ceramic documentation site. View the full site at [**developers.ceramic.network**](https://developers.ceramic.network).
This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.
### Local Development
Follow these steps to run the site locally and test your changes.
Install the dependencies:
```
$ pnpm install
```
Start a local development server:
```
$ pnpm 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
```
$ pnpm build
```
This command generates static content into the `build` directory and can be served using any static contents hosting service.
### Deployment
The website is automatically deployed by a GitHub action on commits to the main branch.
## Contributing
We welcome all contributions – big and small. To contribute, make your change and submit a PR to this repo describing what you've done.