Skip to content
On this page

Contributing

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

Project Structure

prextcreate-prext-appprexty
/packages/prext/packages/create-prext/packages/prexty

Contribute

  1. Fork and clone repository
sh
$ git clone https://github.com/do4ng/prext.git
$ cd prext
  1. Install dependencies

INFO

yarn must be installed.

sh
$ npm install
sh
$ yarn
  1. Run examples
sh
$ cd ./playground/default
$ npm run dev
sh
$ cd ./playground/default
$ yarn dev
  1. Make changes
  2. Open a Pull Request