Skip to content

kavinvalli/sudocrypt-v11

Repository files navigation

Sudocrypt v11.0

Using Laravel Inertia REact TypeScript made by @dotangad

Setup

  • Clone the repository
git clone https://github.com/kavinvalli/sudocrypt-v11.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 NOTIFICATIONS
    ./vendor/bin/sail artisan discord:run # FOR DISCORD BOT
    • Using Laravel Valet
      php artisan websockets:serve
      • Run Discord Bot code (you will have to setup the discord api creds for this in .env)
      php artisan discord:run
  • Watch for frontend changes
npm run watch

About

Codebase for the Sudocrypt v11.0

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages