Skip to content

Files

Latest commit

 

History

History
47 lines (31 loc) · 1.12 KB

README.md

File metadata and controls

47 lines (31 loc) · 1.12 KB

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.