This documentation is based on VitePress and provides all the latest technical information about Budget-Buddy and its associated services.
-
Clone this repository
git clone git@github.com:BudgetBuddyDE/Documentation.git
-
Start an local dev instance
npm run docs:dev
-
Start editing the docs...
# Build the docker image
docker build -t budget-buddy-docs .
# Start an container
docker run -d -p 80:80 budget-buddy-docs