This repo is the codebase for https://onemohrti.me, written by Derek Mohr.
Server | JS Libs | |||||
---|---|---|---|---|---|---|
Node 12.x |
NPM 6.x |
PHP 7.4 |
MySQL 5.7 |
gsap@3 |
Isotope v3 |
jQuery 3 |
This project uses Laravel Mix to compile most assets. Unfortunately, Fancybox 3
doesn't compile as a module, among other issues in the backlog.
# compile expanded assets
npm run dev
# compile compressed assets
npm run prod
# watch and reload components
npm run watch