Measure and share your coding productivity with personalized leaderboards. Compare your progress with peers while keeping full control over privacy and leaderboard settings with project management features.
Install the dependencies:
npm install
## Setup Environment
Copy the .env.example to .env
```bash
cp .env.example .env
and fill in the values for the environment variables.
First, run the development server:
npm run devOpen http://localhost:3000 with your browser to see the result.
Contributions to devpulse are welcome! Please follow these guidelines:
- Before modifying any existing design or logic that is already working or in use, contact us first to avoid conflicts.
- You are welcome to contribute new features, bug fixes, or improvements.
- Check the Issues tab (if available) before starting to avoid duplicate work.
- Follow the existing code style and conventions.
- Submit a pull request with a clear description of your changes and the problem it solves.
Pull requests that modify existing working features without prior discussion may not be merged.
Help us keep the codebase ("Devpulse") clean, stable, and maintainable.
This project is licensed under the MIT License - see the LICENSE file for details.
