Skip to content

Commit

Permalink
Misc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenbleasel committed Nov 19, 2024
1 parent 9e70e4d commit c472ffb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: pnpm/action-setup@v4
name: Install pnpm
with:
run_install: false
version: 9

- name: Get pnpm store directory
shell: bash
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Roadmap UI

TBD.
Roadmap UI is a collection of accessible, customizable, performant and open source components for building interactive roadmaps built on [shadcn/ui](https://ui.shadcn.com/). They are inspired by best-in-class tools like [Linear](https://linear.app/), [Jira](https://www.atlassian.com/software/jira) and [Plane](https://plane.so/), originally built for [Eververse](https://www.eververse.ai/).

Check out the [docs](https://www.roadmap-ui.com/) to get started.
2 changes: 1 addition & 1 deletion content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Overview
description: Composable React components for building interactive roadmaps.
---

Roadmap UI is a collection of accessible, customizable, performant and open source components for building interactive roadmaps. They are inspired by best-in-class tools like [Linear](https://linear.app/), [Jira](https://www.atlassian.com/software/jira) and [Plane](https://plane.so/), originally built for [Eververse](https://www.eververse.ai/).
Roadmap UI is a collection of accessible, customizable, performant and open source components for building interactive roadmaps built on [shadcn/ui](https://ui.shadcn.com/). They are inspired by best-in-class tools like [Linear](https://linear.app/), [Jira](https://www.atlassian.com/software/jira) and [Plane](https://plane.so/), originally built for [Eververse](https://www.eververse.ai/).

## Key Features

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "roadmap-ui",
"description": "Roadmap UI is a collection of accessible, customizable, performant and open source components for building interactive roadmaps built on shadcn/ui.",
"version": "1.0.0",
"bin": {
"next-forge": "./scripts/init.js"
Expand Down

0 comments on commit c472ffb

Please sign in to comment.