Skip to content

Latest commit

 

History

History
51 lines (31 loc) · 973 Bytes

README.md

File metadata and controls

51 lines (31 loc) · 973 Bytes

dse-as Documentation

This repository contains documentation for the Digital Scholarly Edition Annemarie Schwarzenbach (dse-as).

Content is written in Markdown and located in the src directory.

The website is built with VitePress.

Development

Prerequisites

Install dependencies

yarn install

Start dev server

yarn docs:dev

Build

Build the docs

yarn docs:build

Preview the docs (once built)

yarn docs:preview

Deployment

Deployment on git push to the main branch.

License