Welcome to the zkSync Community Code repository. This project serves as the community hub for zkSync, providing comprehensive documentation for developers written by developers. Whether you're a beginner looking to get started with zkSync or an experienced developer seeking advanced guides, you'll find the resources you need here.
This project uses bun to run, follow the bun installation instructions. Once bun is installed, run the following command to install all project dependencies:
bun installTo run the project locally at http://localhost:3000
bun run dev -oTo locally preview the production build, first run bun run generate to build the project, then run the following:
bun run previewThis project provides lint commands to check the project.
Markdown files are found in the /content directory. The following lint commands will run within that directory:
bun run lint:spelling
bun run lint:markdownThe following commands are available to run linting on the project:
bun run lint:prettier
bun run lint:eslint