Skip to content

jtallant/justintallant.com

Repository files navigation

Readme

Personal website https://justintallant.com

Run

  1. Clone this repo
  2. Clone skimpy engine into the same directory as this repository
    1. git clone [email protected]:skimpy/engine.git
    2. This allows me to edit the engine while I work on my site
    3. See composer.json for more info on how this works.
  3. cp .env.example .env
  4. Edit the env values
  5. composer install
  6. php -S localhost:4000 -t public
  7. npm run watch

Deploy

  1. Set up a Git action for your server that does the following
    1. git pull
    2. npm run prod - compile minified css