GitHunt
DA

danbarr/minder-website

Minder website

Minder website

This repo contains the Minder public website, hosted at https://mindersec.dev. It
is a static HTML site hosted by GitHub pages.

The theme is built using:

Development

To build the site locally:

npm install
npm run dev

The site is built to the dist directory. You can simply open dist/index.html
in your browser to view it.

Build

You can test a "production" build locally:

npm run prod

The production build minifies the compiled CSS and JavaScript and produce a
mix-manifest.json file.

Opening a pull request also runs this to validate the build.

Deployment

The site is automatically deployed to GitHub Pages by a GitHub Actions workflow
upon merge to main.

License

Text and visual content is licensed under the
Creative Commons Attribution (CC BY) 4.0 International license.
Code is licensed under the Apache 2.0 License.

Languages

HTML78.7%CSS10.9%JavaScript10.4%

Contributors

Apache License 2.0
Created January 27, 2025
Updated January 28, 2025
danbarr/minder-website | GitHunt