···88991. copy the .env.example file to .env and set the variables:
10101111-```
1111+```bash
1212cp .env.example .env
1313```
1414···161617172. install the dependencies:
18181919-```
1919+```bash
2020npm install
2121```
22222323-3. run the development server:
2323+3. run the database migrations:
24242525+```bash
2626+npm run db:migrate
2527```
2828+2929+4. run the development server:
3030+3131+```bash
2632npm run dev
2733```
28342929-4. open the browser and go to [localhost:5173](http://localhost:5173)
3535+5. open the browser and go to [localhost:5173](http://localhost:5173)
30363137## tech stack
3238