Repository containing web application resources that can be used for CAcert branded web applications.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Jan Dittberner e6be3d2cf9 Use same horizontal size for IDP login and consent 9 months ago
frontend_src Use same horizontal size for IDP login and consent 9 months ago
.gitignore Initial CAcert web application build 3 years ago
Makefile Update CSS and JavaScript dependencies 2 years ago
README.md Update dependencies, document Debian package name 2 years ago
package.json Update resources 9 months ago
webpack.config.js Update CSS and JavaScript dependencies 2 years ago
yarn.lock Update resources 9 months ago

README.md

CAcert Web Resources

This repository contains a set of assets (icons, logos, CSS theme) that can be used for CAcert specific web applications.

The code in this repository is licensed under the terms of the Apache License Version 2.0.

Copyright © 2020, 2021, 2022 Jan Dittberner

Build

The resources are built using webpack 5 and yarn. You need recent nodejs and yarn versions. See the Debian installation instructions of nodesource or look at the other options on the nodejs Download page if you cannot use Debian Bullseye or newer.

When you are sure that you have nodejs >= 12 and yarn you can install the required dependencies and run webpack like this:

yarn
yarn run build

Note: The Debian package and binary for yarn is named yarnpkg