Platform for empowering collaboration and growth among Serbian-speaking developers.
Frontend | Backend |
---|---|
Blade | Laravel |
TailwindCSS | MySQL |
Vite | Laravel Breeze |
EditorJS |
- Installing dependencies
composer install
npm install
- Migrate the database
php artisan migrate
- Run the application in development mode with hot reloads
php artisan serve
npm run dev