Skip to content

Berachain's Documentation Repository For Core, BEX, Berps, & Bend

License

Notifications You must be signed in to change notification settings

huperts/docs

This branch is 112 commits ahead of CookbookDev/berachain-docs:main.

Folders and files

NameName
Last commit message
Last commit date
Sep 24, 2024
Oct 17, 2024
Oct 18, 2024
Oct 18, 2024
Aug 22, 2024
Aug 23, 2024
Aug 22, 2024
Aug 22, 2024
Aug 22, 2024
Aug 22, 2024
Sep 11, 2024
Aug 22, 2024
Sep 11, 2024
Aug 23, 2024
Aug 22, 2024
Aug 22, 2024
Aug 22, 2024
Aug 22, 2024

Repository files navigation

๐Ÿป Berachain Monorepo Docs

This is a monolithic repository that contains all the documentation for Berachain, Berps, Bend, and BEX.

Requirements

  • NVM or Node v20.11.0 or greater
  • pnpm (recommended)

Turborepo Folder Structure

This Turborepo includes the following packages/apps:

Docs

All docs are built with Vitepress - Vite & Vue Powered Static Site Generator.

Packages

A series of packages that are shared with various apps (doc sites).

  • packages/ui: All Vitepress vue components used by the different doc apps.
  • packages/config: All configurations and constants

Quick Start

Install dependencies for all apps and packages.

# FROM: ./

pnpm install;

If you'd like to run all apps at the same time, run the following:

# FROM:  ./

pnpm dev;

# @berachain/bex:dev - http://localhost:5173
# @berachain/bend/:dev - http://localhost:5174
# @berachain/berps:dev - http://localhost:5175
# @berachain/core:dev - http://localhost:5176

If you'd like to run an individual app, run the following:

# FROM: ./

pnpm dev --filter @berachain/core;

Contributing

Code Of Conduct

Please see Code of Conduct.

Contributing Guide

Please see CONTRIBUTING.md on how to contribute and also see the development workflow.

License

Berachain Docs License

About

Berachain's Documentation Repository For Core, BEX, Berps, & Bend

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 58.2%
  • Vue 31.3%
  • CSS 10.2%
  • JavaScript 0.3%