Skip to content

Latest commit

 

History

History
46 lines (37 loc) · 1.66 KB

README.md

File metadata and controls

46 lines (37 loc) · 1.66 KB

OneMohrTi.me/

W3C Validation buddy pipeline GitHub issues Reddit User Karma Twitter

This repo is the codebase for https://onemohrti.me, written by Derek Mohr.

Build Tools

Server JS Libs
Node 12.x NPM 6.x PHP 7.4 MySQL 5.7 gsap@3 Isotope v3 jQuery 3

Build Commands

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