Skip to content

Commit aa4c10d

Browse files
authored
Merge pull request #325 from OpenElements/next-js-migration
Refactor shortcode handling and parsing logic
2 parents eaaf4e4 + 4810013 commit aa4c10d

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Open Elements Website
22

3+
[![CI](https://github.com/OpenElements/open-elements-website/actions/workflows/ci.yml/badge.svg)](https://github.com/OpenElements/open-elements-website/actions/workflows/ci.yml)
4+
[![E2E Tests](https://github.com/OpenElements/open-elements-website/actions/workflows/e2e-tests.yml/badge.svg)](https://github.com/OpenElements/open-elements-website/actions/workflows/e2e-tests.yml)
5+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
6+
37
This repository contains the Open Elements website built with Next.js and Tailwind CSS, with legacy Hugo content kept for migration and historical content.
48

59
## Architecture (2026)
@@ -77,7 +81,6 @@ src/i18n next-intl routing/messages helpers
7781
locales Translation JSON files
7882
content Markdown content
7983
public Static assets and generated artifacts
80-
react-src Web components source (bundled to public/js)
8184
tests/e2e Playwright specs
8285
```
8386

0 commit comments

Comments
 (0)