Copyright (c) 2025 CHIPS Alliance Authors
Repository contains a website that aggregates resources about the entire Caliptra ecosystem.
Before building ensure that Node.js, npm and Python 3 are installed on your system.
To install JavaScript dependencies run from the root of the repository:
npm installPython dependencies will be installed automatically during the first build.
To build the website run from the root of the repository:
npm run buildBuilt files will be present in the dist directory in the root of the repository.
You can also build the development version, that supports hot reloading, by running:
npm run devThis command also starts the development server and print the URL that you can connect to from your browser to visit the site.
Add an entry to announcements.json.
Commit a new markdown file to the directory src/data/blog. Example: hello-world. Blog posts are published and sorted according to the commit date of the markdown source file.