https://github.com/ccnmtl/ohcoe-hugo
A Hugo site for the Oral Health Care in the Opiod Epidemic project
https://github.com/ccnmtl/ohcoe-hugo
Last synced: about 1 year ago
JSON representation
A Hugo site for the Oral Health Care in the Opiod Epidemic project
- Host: GitHub
- URL: https://github.com/ccnmtl/ohcoe-hugo
- Owner: ccnmtl
- License: other
- Created: 2019-04-24T16:41:51.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-04-09T14:52:40.000Z (about 1 year ago)
- Last Synced: 2025-04-09T15:31:12.176Z (about 1 year ago)
- Language: CSS
- Homepage: https://ohcoe.ctl.columbia.edu
- Size: 7.27 MB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/ccnmtl/ohcoe-hugo/actions)
Project OHCOE is a web-based resource to help teach dental practitioners how to
help their patients that may an opioid problem.
Visit [About Project OHCOE](https://ohcoe.ctl.columbia.edu/about/) for more
information regarding the project.
---
This site is built using Hugo, and uses a number of Javascript dependencies to
compile JS, SCSS, and run tests. It uses Cypress to run tests.
In brief:
* `make runserver`: Brings up a test server, and starts a daemon to watch Hugo project files. It will rebuild the site when changes occur, and serve them out of memory for speed.
* `make build-scss`: Brings up a Node daemon to watch the SCSS directory and rebuild when there are changes.
* `make watch`: Brings up a daemon the watch src js files and compile them using Webpack into a single asset.
* `make cypress`: Opens the Cypress GUI. This also watches the repo, and will rerun the active test when files update. Note that this requires the test server to be running.
Please see the Makefile and `js.mk` for additional make targets and descriptions of what they do.