diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0d80b3ec..d0b7fc80 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/README.md b/README.md index 974326c2..5d21399a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # Roadmap UI -TBD. \ No newline at end of file +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. diff --git a/content/docs/index.mdx b/content/docs/index.mdx index acec2739..38bf8848 100644 --- a/content/docs/index.mdx +++ b/content/docs/index.mdx @@ -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 diff --git a/package.json b/package.json index 8c3ec7cd..cd722b58 100644 --- a/package.json +++ b/package.json @@ -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"