Skip to content

exunclan/sudocrypt-v12

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

TODO

  • Rename the comingSoon page to something like splash, since we'll use the same page when the hunt ends, also keep a static version ready

Releases

No releases published

Packages

No packages published

Languages

  • PHP 54.4%
  • TypeScript 44.5%
  • Other 1.1%