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
Terminal
git clone https://github.com/zely-js/core.git
cd core
  1. Install dependencies

This repository uses yarn berry. yarn must be installed.

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