This is the documentation website for stdVBA, built with React and TypeScript.
- Install dependencies:
npm install- Development:
npm run dev- Build for production:
npm run build- Run tests:
npm testsrc/- Source codeApp.tsx- Main application componentindex.tsx- Application entry pointsetupTests.ts- Test setup
public/- Static assetsdist/- Build output
- React
- TypeScript
- esbuild
- Jest for testing
- Tailwind CSS for styling