Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AdoshSingh authored Feb 14, 2024
1 parent b25f11f commit 7fe3134
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Roadmap Voting App ![ workflow](https://github.com/devzero-inc/samples/actions/workflows/roadmap.yml/badge.svg)
# Roadmap Voting App ![ workflow](https://github.com/devzero-inc/roadmap-voting-app/actions/workflows/main.yml/badge.svg)

## Overview
A roadmap voting app that democratizes the development process by enabling authenticated users to influence a project's trajectory. Through a simple and intuitive interface, users can vote on proposed features, track the progress of development items, and see at a glance which enhancements are up next or already completed. This platform ensures that every voice is heard and that the project aligns closely with the community's most valued feedback and needs.
Expand Down Expand Up @@ -44,8 +44,8 @@ The Roadmap Voting App offers an intuitive and collaborative platform for users

Run locally:
```bash
git clone https://github.com/devzero-inc/samples.git
cd samples/roadmap-voting-app
git clone https://github.com/devzero-inc/roadmap-voting-app.git
cd roadmap-voting-app
docker compose up
```
App will be running on ```PORT:3000``` -> [http://localhost:3000/](http://localhost:3000/)
Expand Down

0 comments on commit 7fe3134

Please sign in to comment.