Skip to content

Repository files navigation

stdVBA Documentation

This is the documentation website for stdVBA, built with React and TypeScript.

Setup

  1. Install dependencies:
npm install
  1. Development:
npm run dev
  1. Build for production:
npm run build
  1. Run tests:
npm test

Project Structure

  • src/ - Source code
    • App.tsx - Main application component
    • index.tsx - Application entry point
    • setupTests.ts - Test setup
  • public/ - Static assets
  • dist/ - Build output

Technologies Used

  • React
  • TypeScript
  • esbuild
  • Jest for testing
  • Tailwind CSS for styling

Releases

Packages

Contributors

Languages