Skip to content

OneMohrTime/onemohrtime-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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