At First Install concurrently
pnpm add concurrently
-
Install All Dependencies 🚢
pnpm install:all
-
Run Project 🚢
pnpm dev:all
-
Run Frontend 🚢
pnpm dev:frontend
-
Run Frontend 🚢
pnpm dev:backend
We welcome contributions to FINDER!
To get started, please check out the CONTRIBUTING.md file for guidelines on how to contribute. Here are some key points:
-
Create a new branch from your fork for any changes you make.
-
Always Contribute in dev branch.
-
If you're adding a new features, please add it inside the
apps
directory. -
If you're working on the documentation website, please work inside the
docs
directory .
Note: If contributions do not follow the guidelines specified in the CONTRIBUTING.md file, the pull request will not be accepted ❌.