Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 911 Bytes

File metadata and controls

41 lines (26 loc) · 911 Bytes

OpenSCD Website

This repository contains the source code for the OpenSCD website, built using VitePress.

Pages are written in Markdown and converted to a static site using VitePress static site generator using the default theme.

Configuration can be found in .vitepress/config.mts All deployed MD files can be found in src/

Installation

npm install

Locally developing and testing

npm run start

Building the static site locally and testing the bundle

npm run bundle
npm run preview

Deployment

Each time a commit is pushed to the main branch, GitHub Actions will automatically build and deploy the site to GitHub Pages. The site will be available at:

https://openscd.org

License

This project is licensed under the Apache License 2.0.

© 2022 OMICRON electronics GmbH