ProManager is a project management tool designed to help teams plan, track, and manage their work effectively. This repository contains the source code and necessary configuration files to set up and run the application.
- Task management
- Team collaboration
- Project tracking
- Drag and drop functionality
- Real-time updates
To get started with ProManager, follow these steps:
-
Clone the repository:
git clone https://github.com/Lekanjoy/ProManager.git cd ProManager
-
Install the dependencies:
npm install
-
Set up the environment variables:
Create a
.env
file in the root directory and add your environment variables as needed. -
Run the development server:
npm run dev
After installing the dependencies and starting the development server, you can access the application at http://localhost:3000
.
npm run dev
: Starts the development server.npm run build
: Builds the application for production.npm run test
: Runs the test suite.
To run the tests, use the following command:
npm test
We welcome contributions to ProManager! To contribute, follow these steps:
- Fork the repository.
- Create a new branch with a descriptive name.
- Make your changes.
- Open a pull request with a detailed description of your changes.
This project is licensed under the MIT License.
Olalekan Alabi