This repo contains the source code of https://myray.app
- Create an environment file with
cp .env.example .env - Generate an app key with
php artisan key:generate - Create a database with
php artisan migrate - Install dependencies with
composer installandnpm install - Generate assets with
npm run build, or run a development server withnpm run dev