Skip to content

Contributing

First, thank you for your contribution. 🚀🚀
Zely is a recently created package and is unstable.

Project Structure

zely@zely/plugin-corsvite-plugin-zely
/packages/zely/packages/plugin-cors/packages/vite-plugin-zely

Contribute

  1. Fork and clone repository
sh
git clone https://github.com/zely-js/core.git
cd core
git clone https://github.com/zely-js/core.git
cd core
  1. Install dependencies

INFO

This repository uses yarn berry. yarn must be installed.

sh
yarn install
yarn install
  1. Run examples
sh
yarn workspace @playground/with-typescript dev
yarn workspace @playground/with-typescript dev
  1. Make changes
  2. Open a Pull Request