File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -64,22 +64,7 @@ npm install
6464
6565---
6666
67- ### 5. Build assets
68-
69- Choose your workflow:
70-
71- ``` bash
72- npm run dev
73- ```
74-
75- ``` bash
76- # Production build
77- npm run build
78- ```
79-
80- ---
81-
82- ### 6. Run migrations & seed data
67+ ### 5. Run migrations & seed data
8368
8469``` bash
8570php artisan migrate --seed
@@ -93,7 +78,7 @@ This will:
9378
9479---
9580
96- ### 7 . Serve the application
81+ ### 6 . Serve the application
9782
9883``` bash
9984php artisan serve
@@ -125,16 +110,6 @@ This helps you immediately verify:
125110
126111---
127112
128- ## ➕ Creating an Admin User
129-
130- If you skip seeding or need another admin:
131-
132- ``` bash
133- php artisan make:filament-user
134- ```
135-
136- ---
137-
138113## 🧱 Tech Stack
139114
140115- ** Laravel** — backend framework
@@ -144,14 +119,6 @@ php artisan make:filament-user
144119
145120---
146121
147- ## 📌 Notes
148-
149- - Keep ` npm run dev ` running during development for Vite assets
150- - SQLite is used for simplicity; switch to MySQL/PostgreSQL if needed
151- - YouTube videos are embedded via iframe (no direct video streaming)
152-
153- ---
154-
155122## 📄 License
156123
157124This project is open-sourced under the MIT license.
You can’t perform that action at this time.
0 commit comments