Astro
Template for static sites.
Placeholder
This template is not published yet. The repository link, structure and instructions below are placeholders until it is published, which will be soon.
Repository
Use this template for static sites: landing pages, campaign sites and blogs. If the project needs logins or a database, use the Next.js template instead.
What's included
- Astro with strict TypeScript
- Tailwind CSS
- ESLint + Prettier
Project structure
astro.config.ts
.env.example
package.json
Getting started
git clone https://github.com/mladi-pirati/template-astro my-project
cd my-project
bun install
cp .env.example .env
bun devConventions
Coming soon.
Deploying
Static sites are deployed on Dokploy. See Dokploy.