This is the repository for the project demo built in this article.
To get started, clone this repository and switch to the starter-project
branch.
This project uses Yarn, but if you're more familiar with Npm or Pnpm, you can delete the yarn.lock
file before running npm install
or pnpm install
.
$ git clone https://github.com/Mayowa-Ojo/command-palette.git
$ git checkout starter-project
$ yarn
$ yarn dev