Using Laravel Inertia REact TypeScript made by @dotangad
- Clone the repository
git clone https://github.com/exunclan/hardware-platform-2021.git
- Install dependencies
composer install && npm i
- Fill out .env
cp .env.example .env
- Run the app
- Using Docker (Sail)
./vendor/bin/sail up -d ./vendor/bin/sail artisan websockets:serve # FOR REALTIME PRICE CHANGES
- Using Laravel Valet
- Follow the docs
- Run Websockets
php artisan websockets:serve
- Watch for frontend changes
npm run watch