Skip to content

A collaborative repository featuring community-contributed guides for developing on zkSync Era.

Notifications You must be signed in to change notification settings

itsacoyote/community-code

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Community Code

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.

Tools used

Local Setup

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 install

Development

To run the project locally at http://localhost:3000

bun run dev -o

Local Preview

To locally preview the production build, first run bun run generate to build the project, then run the following:

bun run preview

Lint & Formatting

This project provides lint commands to check the project.

Markdown Linting

Markdown files are found in the /content directory. The following lint commands will run within that directory:

bun run lint:spelling
bun run lint:markdown

Linting

The following commands are available to run linting on the project:

bun run lint:prettier
bun run lint:eslint

About

A collaborative repository featuring community-contributed guides for developing on zkSync Era.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 89.4%
  • TypeScript 7.5%
  • JavaScript 2.5%
  • Shell 0.6%