Skip to content

chipsalliance/caliptra-web

Caliptra Website

Copyright (c) 2025 CHIPS Alliance Authors

Repository contains a website that aggregates resources about the entire Caliptra ecosystem.

Prerequisites

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 install

Python dependencies will be installed automatically during the first build.

Building the website

To build the website run from the root of the repository:

npm run build

Built files will be present in the dist directory in the root of the repository.

Building the development version

You can also build the development version, that supports hot reloading, by running:

npm run dev

This command also starts the development server and print the URL that you can connect to from your browser to visit the site.

Modifying the website

Adding Announcements

Add an entry to announcements.json.

Adding Blog Posts

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.

About

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 8