Welcome to SuperFast 👋

Let's get your application up and running in minutes. Follow this guide to set up your development environment.

System Requirements

Before you begin, ensure your development environment includes:

  • Node.js 18.17 or later (Check with node -v)
  • Git for version control
  • A code editor (we recommend Cursor )

1. Clone the Repository

Open your terminal and run these commands:

Terminal
$git clone https://github.com/SuperFasttt/ship-super-fast.git [YOUR_APP_NAME]$cd [YOUR_APP_NAME]$npm install$git remote remove origin

2. Set Up Environment Variables

Copy the .env.example file to create your .env.local file:

Terminal
$cp .env.example .env.local

Then, update the values in your .env.local file with your actual credentials:

3. Start the Development Server

Run the development server:

Terminal
$npm run dev

Open http://localhost:3000 in your browser to see your application.

SuperFast - Go From Idea to Revenue in Just Days | Product Hunt