Skip to content

Latest commit

 

History

History
66 lines (48 loc) · 2.01 KB

README.md

File metadata and controls

66 lines (48 loc) · 2.01 KB

Next.js Starter Boilerplate

Next.js Starter Boilerplate!

Introduction

If you're a weekend hustler looking to bring your ideas to life, this starter boilerplate is perfect for you. It includes everything you need to build an MVP in a weekend. With this boilerplate, you'll have access to the latest tech stacks and tools, minimizing setup time so you can focus on building and maximizing productivity.

Tech Stack

Running Locally

  1. Clone the repository

    git clone https://github.com/sujjeee/starter.git
  2. Install dependencies using pnpm

    pnpm install
  3. Copy the .env.example to .env and update the variables.

    cp .env.example .env
  4. Migrate the database schema

    pnpm db:push
  5. Start the development server

    pnpm dev

Deploy

Follow the deployment guides for Vercel.