You are welcome to contribute in this project. You can contribute by writing code, opening new issue or giving feedback.
Feel free to play with it
Required dependency
- Node.js
- NPM
- Apache2
- PHP
If you don't have LAMP server setup already, You can use xampp for windows and mac or any other Software to setup LAMP server. For linux you can follow this lamp setup process.
Put this folder inside your local apache server. Now open this folder and open a terminal then install dependency by entering command npm install
.
We are using reactjs, tailwindcss for UI. Feel free to check package.json
.
- Sync - Please make sure your repository is up to date with ours to avoid conflicts as much as possible.
- One pull request per feature - If you want to do more than one thing, send multiple pull requests.
- Send coherent history - Make sure each individual commit in your pull request is meaningful. If you had to make multiple intermediate commits while developing, please squash them before submitting.