Contributing
First, thank you for your contribution. 🚀🚀
Zely is a recently created package and is unstable.
Project Structure
/packages/: Core Packages Directory
| zely | @zely/plugin-cors | vite-plugin-zely |
|---|---|---|
/packages/zely | /packages/plugin-cors | /packages/vite-plugin-zely |
/docs/: Documentation/playground/: Examples/scripts/: Scripts for Development
Contribute
- Fork and clone repository
sh
git clone https://github.com/zely-js/core.git
cd coregit clone https://github.com/zely-js/core.git
cd core- Install dependencies
INFO
This repository uses yarn berry. yarn must be installed.
sh
yarn installyarn install- Run examples
sh
yarn workspace @playground/with-typescript devyarn workspace @playground/with-typescript dev- Make changes
- Open a Pull Request