Repository for the owenconti.com website.
Run the artisan command php artisan make:article {slug} to generate a new article.
composer installnpm installcp .env.example .env
Start vite on localhost:3000
npm start
Build vite production assets:
npm run production