Skip to content

OneMohrTime/onemohrtime-theme

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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