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
- 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
- Rename .env.example to .env.local
mv .env.example .env.local
- Open http://localhost:3000 to see your site.