🧲 We are hiring. Check out our jobs page.
This is the source code for Bytebase.com. Our website is hosted on Vercel.
The website is using Nuxt to generate static pages, nuxt-content to parse and then render blog/changelog/docs markdown files into static pages.
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.
-
Install dependencies.
pnpm install
-
Run dev server.
pnpm dev
This will fetch the SQL review configuration files before starting the nuxt service, you can check the script fetch_config_files.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.