docs
community
Contributing
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
Terminal
git clone https://github.com/zely-js/core.git
cd core
- Install dependencies
This repository uses yarn berry. yarn must be installed.
Terminal
yarn install
- Run examples
Terminal
yarn workspace @playground/with-typescript dev
- Make changes
- Open a Pull Request