Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 391 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 391 Bytes

owenconti.com

Repository for the owenconti.com website.

Generating a new article

Run the artisan command php artisan make:article {slug} to generate a new article.

Setup

  • composer install
  • npm install
  • cp .env.example .env

Dev

Start vite on localhost:3000

  • npm start

Build

Build vite production assets:

  • npm run production