Contributing
First, thank you for your contribution. 🚀🚀
Prext is a recently created package and is unstable.
Project Structure
/packages/: Core Packages Directory
| prext | create-prext-app | prexty |
|---|---|---|
/packages/prext | /packages/create-prext | /packages/prexty |
/docs/: Documentation/playground/: Examples/scripts/: Scripts for Development
Contribute
- Fork and clone repository
sh
$ git clone https://github.com/do4ng/prext.git
$ cd prext- Install dependencies
INFO
yarn must be installed.
sh
$ npm installsh
$ yarn- Run examples
sh
$ cd ./playground/default
$ npm run devsh
$ cd ./playground/default
$ yarn dev- Make changes
- Open a Pull Request