Personal website https://justintallant.com
- Clone this repo
- Clone skimpy engine into the same directory as this repository
git clone [email protected]:skimpy/engine.git
- This allows me to edit the engine while I work on my site
- See composer.json for more info on how this works.
cp .env.example .env
- Edit the env values
composer install
php -S localhost:4000 -t public
npm run watch
- Set up a Git action for your server that does the following
git pull
npm run prod
- compile minified css