Skip to content
This repository was archived by the owner on Feb 2, 2026. It is now read-only.

Latest commit

Β 

History

History
60 lines (44 loc) Β· 1.41 KB

File metadata and controls

60 lines (44 loc) Β· 1.41 KB

πŸ› οΈ Contributing Guidelines

Thank you for your interest in contributing to this project! Please follow the steps below to set up your development environment and contribute effectively.

πŸš€ Getting Started

1. Fork the Repository

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

2. Clone yout Fork

git clone https://github.com/YOUR-USERNAME/REPO-NAME.git
cd REPO-NAME

3. Create a New Branch

Always create a separate branch for your work:

git checkout -b your-work-branch

πŸ’» NEXOAN project

You should have the NEXOAN project locally running on you device.

https://github.com/LDFLK/nexoan

You can get instructions from the above link.

πŸ”© Setting up the Vite project

1. Installing depandancies [on your project root]

npm install

2. Run the project

npm run dev

πŸ”­ Resolving CORS Error

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

πŸ™ Guidelines

  • 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!