A social media platform for everyone.
- back to Table of contents
- nextjs
- laravel
- typescript
- swr
- phpunit
- tailwind
- back to Table of contents
- back to Table of contents
- composer
- node
- xampp
- mailtrap or similar
- back to Table of contents
- turn on xampp
- git clone this repo
- add envs
- cd server && composer install
- php artisan key:generate
- php artisan migrate:fresh --seed
- php artisan serve
- cd client && npm i
- npm run dev
- ./vendor/bin/pint
- npm run lint
- back to Table of contents