Skip to content

exunclan/hardware-platform-2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hardware Platform 2021

Using Laravel Inertia REact TypeScript made by @dotangad

Setup

  • 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
      php artisan websockets:serve
  • Watch for frontend changes
npm run watch

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages