Skip to content

dse-as/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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