Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 1.39 KB

File metadata and controls

53 lines (34 loc) · 1.39 KB

Contributing

Reporting Issues and Asking Questions

Before opening an issue, please search the issue tracker to make sure your issue hasn't already been reported. Please note that your issue may be closed if it doesn't include the information requested in the issue template.

Getting started

Visit the issue tracker to find a list of open issues that need attention.

Fork, then clone the repo:

git clone https://github.com/your-username/vite-bundle-analyzer.git

Make sure you have Node.js installed at version equal to or greater than the one specified in .node-version file and have zig environment.Then install git lfs you can follow the document. Then install the package dependencies:

zig build install_npm_deps
zig build wasm

Run test

zig build test

Compile and build

zig build wasm 
zig build build_all

Typical Editor setup

VS Code

If you're using Visual Studio Code, we recommend the following setup for the best experience.

Extensions

We recommend you have the following extensions installed:

Turn off your local config.