Every contribution is welcome to this open source project. However, before submitting your contribution, be sure to take a moment and read the following guidelines.
Take a look at :
- Check our Github Issues to see if someone has already answered your question.
- Go to the Discord Server
- Or Contact one of maintainers
- Code Editor
- NodeJS
Read this
- The
main
branch is basically a snapshot of the latest stable version. All development must be done in dedicated branches.
-
Fork of this repository and clone your fork
-
Create a new branch out of the
main
branch. -
Make and commit your changes following the commit convention.
After cloning the repository, execute the following commands in the root folder:
- Setup
Make sure to install the dependencies:
npm run setup
npm run build
Build a single package
Navigate to the needed package and run
npm run build
or
npx lerna run build -scope=@flexilla/packageToBuild