Dlvr is a modern, intuitive roadmap management tool. It's designed to help teams plan, track, and coordinate their projects effectively. With Dlvr, you can create and manage boards, months, sprints, and tickets, making it easier to visualize your project's progress and timelines.
To get started with Dlvr, you'll need to have Node.js and npm installed on your machine. You can check the necessary requirements here. Once you have these prerequisites, you can install Dlvr by first cloning the repository:
git clone https://github.com/IBassaoud/dlvr-doc.git
Then navigate into the cloned repository:
cd dlvr-doc
And install the necessary dependencies:
npm install
To start the Dlvr application in your local development environment, run the following command:
npm start
Once you run the start command, it initiates a local development server and automatically opens up a browser window. The server is configured to reflect most changes live, eliminating the need for manual restarts.
If everything is set up correctly (it always does 😊), the Dlvr website will be accessible at: http://localhost:3000/dlvr-doc/
Have fun !