Personal website https://justintallant.com
- Clone this repo
- Clone skimpy engine into the same directory as this repository
git clone git@github.com: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 installphp -S localhost:4000 -t publicnpm run watch
Requires SSH key access to the production server.
./deploy.sh