To run the development server:
npm install
npm run start
Open http://localhost:5173/ with your browser to see the result.
- Vitejs based static site generator;
- Handlebarsjs as template engine, compiling to static HTML with multiple entry points;
- Eslint + Prettier + Pre commit hooks for code formatting;
- Tailwind + simple css partials for styling;