MVP in Minutes

Getting Started

Hey there, Welcome to the MVP in Minutes docs! 👋

Here's a quick overview of the template. Follow along to get your app up and running.

Once you're done, start with this tutorial to launch your project in 5 minutes. Let's build that startup, FAST ⚡️

Run the project locally

  1. In your terminal, run the following commands one-by-one:
git clone https://github.com/Hashith00/mvp-minutes.git
cd mvp-minutes
npm install
  1. Rename .env.example to .env.local:
mv .env.example .env.local
  1. Add your API key to the .env.local file:

  2. Run the project using the following command:

npm run dev

On this page