Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 613 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 613 Bytes

Documentation

Overview

This documentation is based on VitePress and provides all the latest technical information about Budget-Buddy and its associated services.

Getting started

  1. Clone this repository

    git clone git@github.com:BudgetBuddyDE/Documentation.git
  2. Start an local dev instance

    npm run docs:dev
  3. Start editing the docs...

Deploy

# Build the docker image
docker build -t budget-buddy-docs .

# Start an container
docker run -d -p 80:80 budget-buddy-docs

Contribution