roberts / tardie

Website for TaRDie.xyz

Home Page:https://TaRDie.xyz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TaRDie.xyz

Repository for Official $TaRDie on Solana website code - TaRDie.xyz

Installation

After setting up local dev environment with PHP 7.4, you will launch this Laravel 8 app by copying the .env.example file to .env

From there, create the tardie database in MySQL and from the command line run the following commands:

composer install
php artisan migrate
php artisan key:generate
npm install
npm run dev

You can then view the homepage if you're using Laravel Homestead at https://tardie.test and can access Laravel Nova at http://tardie.test/admin

Packages

Frameworks

  • Laravel
  • Laravel Nova
  • Laravel Socialite

About

Website for TaRDie.xyz

https://TaRDie.xyz

License:MIT License


Languages

Language:PHP 55.0%Language:Blade 45.0%