Skip to content

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

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

zkSync-Community-Hub/community-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 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.

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Code of conduct

Stars

Watchers

Forks