This repository holds the oficial usage documentation of BRMW a open source web based tool to create database modeling.
You're more than welcome to contribute to this docs by fixing erros, adding content or translations. Please take a look in the contribution guidelines (Contribution guidelines still pending) before submit your pull request.
- EditorConfig
- Node.js (Strongly recommended to install it via nvm or n)
- Yarn
This documentation is built with VitePress. The markdown content lives in the docs/ folder.
- Install dependencies:
yarn install - Start the dev server:
yarn start(alias foryarn docs:dev) - Build for production:
yarn docs:build(output indocs/.vitepress/dist) - Preview the production build:
yarn docs:preview
The site is deployed to GitHub Pages by the deploy-docs GitHub Actions workflow on every push to main.
