[READ-ONLY] Mirror of https://github.com/flo-bit/skywatched. review movies and tv shows, based on at proto skywatched.app
0

Configure Feed

Select the types of activity you want to include in your feed.

add missing step

Florian (Dec 4, 2024, 1:23 PM +0100) 7bbd7fc9 087b195d

+10 -4
+10 -4
README.md
··· 8 8 9 9 1. copy the .env.example file to .env and set the variables: 10 10 11 - ``` 11 + ```bash 12 12 cp .env.example .env 13 13 ``` 14 14 ··· 16 16 17 17 2. install the dependencies: 18 18 19 - ``` 19 + ```bash 20 20 npm install 21 21 ``` 22 22 23 - 3. run the development server: 23 + 3. run the database migrations: 24 24 25 + ```bash 26 + npm run db:migrate 25 27 ``` 28 + 29 + 4. run the development server: 30 + 31 + ```bash 26 32 npm run dev 27 33 ``` 28 34 29 - 4. open the browser and go to [localhost:5173](http://localhost:5173) 35 + 5. open the browser and go to [localhost:5173](http://localhost:5173) 30 36 31 37 ## tech stack 32 38