Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1016 Bytes

File metadata and controls

30 lines (19 loc) · 1016 Bytes

FastAPI Starter Kit Documentation

This repository contains the source code for the documentation site of the FastAPI Starter Kit, accessible at fastapi-startkit.github.io.

The documentation is built using VitePress, a Vite-native documentation framework.

🚀 Development

To run the documentation site locally for development:

# Install dependencies
npm install

# Start local development server
npm run docs:dev

🏗️ Build and Deployment

The site is automatically built and deployed to GitHub Pages using GitHub Actions.

📁 Repository Structure

  • docs/: Contains the Markdown files for the documentation.
  • .vitepress/: VitePress configuration and theme customizations.
  • index.md: The landing page of the documentation site.