WordPress theme & dev ops for support.badgerherald.org
The WordPress theme is a Single Page Application built with Stencil component. These components load their data from the WordPress API using webpress.
- Install Node.js & npm, then:
- From the root of the repo, run
npm install
npm run build
To watch for changes (during development) instead run:
npm run start
Running a local development server at https://192.168.19.10
To run a development WordPress server locally:
- Copy
dev.env
to.env
- Install docker
- Run:
docker-compose up