Thank you for your interest in contributing to this project! Please follow the steps below to set up your development environment and contribute effectively.
Instead of cloning directly, please fork the repository to your own GitHub account:
- Go to the top-right corner of this repo and click Fork
git clone https://github.com/YOUR-USERNAME/REPO-NAME.git
cd REPO-NAME
Always create a separate branch for your work:
git checkout -b your-work-branch
You should have the NEXOAN project locally running on you device.
https://github.com/LDFLK/nexoan
You can get instructions from the above link.
npm install
npm run dev
For the development we have setup a proxy server on package.json file.
"proxy": "http://localhost:8081"
You can change the above base url to match your locally running backend's (NEXOAN) url
- Follow consistent code style
- Test your changes before submitting
- One feature/fix per pull request
- Reference related issues (if any)
We appreciate your contributions and look forward to collaborating with you!