Skip to content

dragonly/bytebase.com

 
 

Repository files navigation

Bytebase

🧲 We are hiring. Check out our jobs page.

This is the source code for Bytebase.com. Our website is hosted on Vercel.

How the website is built

The website is using Nuxt to generate static pages, nuxt-content to parse and then render blog/changelog/docs markdown files into static pages.

Quick contribution

If you are interested in contributing, you may take a look at our online database glossary page and see if you can offer some help.

🏗 Development

Prerequisites

Steps

  1. Install dependencies.

    pnpm install
  2. Run dev server.

    pnpm dev

This will fetch the SQL review configuration files before starting the nuxt service, you can check the script fetch_sql_review_file.sh for details.

If you have any problems fetching these files, you could download them manually on the Bytebase repository

The SQL review rules are based on the rule configuration file from the Bytebase repository. We need to update that configuration if we want to update the rules.

About

Source for bytebase.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 79.2%
  • TypeScript 12.9%
  • CSS 3.8%
  • JavaScript 3.2%
  • Other 0.9%