Getting Started

Getting Started

Learn how to get up and running with Strafer with this simple guide.

Prerequisites

Step 1: Clone repo

Clone the repo by running the following command in a terminal:

Clone repo
git clone https://github.com/strafer-org/strafer.git [YOUR_APP_NAME]
cd [YOUR_APP_NAME]
npm install

Step 2: Rename .env file

Rename .env
mv .env.local.example .env.local

Step 3: Launch your app

Launch app
npm run dev

Go to http://localhost:3000 and you should see the app running.

You will see some errors in the console but don't worry we will fix them in the next steps.

NextTutorial: Database