Get started

Hey maker, welcome to fast2build

Here's a quick overview of the boilerplate. Follow along to get your app up and running. Once you're done, start with this tutorial to launch your project in 3 minutes. Let's get started on this journey quickly.

Start a local server

  1. In your terminal, run the following commands:
git clone https://github.com/ljinkai/fast2build.com [YOUR_APP_NAME]cd [YOUR_APP_NAME]npm installgit remote remove originnpm run dev
  1. Rename .env.example to .env.local
mv .env.example .env.local
  1. Open http://localhost:3000 to see your site.

© Copyright 2024 fast2build