Astro with tRPC, UnoCSS and Auth.js
The Astro Starter Kit is a minimal and lightweight framework for building static websites. It offers a simple project structure and easy-to-use commands for development and deployment.
To install the Astro Starter Kit, follow these steps:
npm install to install all dependencies.npm run dev.localhost:3000.npm run build. The output files will be placed in the ./dist/ directory.npm run preview.npm run astro ... command.npm run astro --help.The Astro Starter Kit is a minimal and lightweight framework that provides an easy-to-use project structure and commands for building static websites. It supports multiple frontend frameworks and allows for the addition of static assets. With its simplicity and flexibility, it is a great option for developers looking to quickly build static websites.