https://github.com/onemohrtime/onemohrtime-shop
Woocommerce Shop integration for my prints & apparel designs
https://github.com/onemohrtime/onemohrtime-shop
woocommerce woocommerce-theme wordpress wordpress-theme
Last synced: about 1 month ago
JSON representation
Woocommerce Shop integration for my prints & apparel designs
- Host: GitHub
- URL: https://github.com/onemohrtime/onemohrtime-shop
- Owner: OneMohrTime
- Created: 2023-07-16T15:20:48.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-11T05:31:58.000Z (4 months ago)
- Last Synced: 2025-02-13T12:32:33.292Z (3 months ago)
- Topics: woocommerce, woocommerce-theme, wordpress, wordpress-theme
- Language: PHP
- Homepage: https://shop.onemohrti.me/
- Size: 5.72 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OneMohrTi.me/
[](https://validator.w3.org/)
[](https://github.com/OneMohrTime/onemohrtime-theme/issues)

[](https://twitter.com/intent/tweet?text=Check+out+these+interactions:&url=https%3A%2F%2Fgithub.com%2FOneMohrTime%2Fonemohrtime-theme)## Description
This repo is the codebase for [https://onemohrti.me](https://onemohrti.me), written by [Derek Mohr](https://instagram.com/onemohrtimedesign). It's a WordPress theme that has been expanding/contracting since 2016, with a few major redesigns and many, many minor changes.
## Getting Started
### Dependencies
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](./issues).
```zsh
# compile expanded assets
npm run dev# compile compressed assets
npm run prod# watch and reload components
npm run watch
```## Help
Any advise for common problems or issues.
```
command to run if program contains helper info
```## Authors
Contributors names and contact info
ex. Dominique Pizzie
ex. [@DomPizzie](https://twitter.com/dompizzie)## Version History
* 0.2
* Various bug fixes and optimizations
* See [commit change]() or See [release history]()
* 0.1
* Initial Release## License
This project is licensed under the [NAME HERE] License - see the LICENSE.md file for details
## Acknowledgments
Inspiration, code snippets, etc.
* [awesome-readme](https://github.com/matiassingers/awesome-readme)
* [PurpleBooth](https://gist.github.com/PurpleBooth/109311bb0361f32d87a2)
* [dbader](https://github.com/dbader/readme-template)
* [zenorocha](https://gist.github.com/zenorocha/4526327)
* [fvcproductions](https://gist.github.com/fvcproductions/1bfc2d4aecb01a834b46)