
Setup up rapid
Setting up rapid is easy. Just follow the steps below1
Git Clone
You can git clone or fork the Rapid GitHub
repository
bash mkdir rapid && cd rapid && git clone https://github.com/imprakharshukla/rapid .
2
Install the dependencies
Now install the dependencies with (ensure that pnpm is installed
Guide)
bash pnpm install
3
Start the development server
bash pnpm dev
You can filter out packages and apps with pnpm workspace’s
--filter
option. Learn more.