36 lines
966 B
Markdown
36 lines
966 B
Markdown
# Hatch Astro Template
|
|
|
|
Hatch Astro Template is a premium template built by https://www.shadcnblocks.com
|
|
|
|
- [Demo](https://hatch-astro-template.vercel.app/)
|
|
- [Documentation](https://docs.shadcnblocks.com/templates/getting-started)
|
|
|
|
## Screenshot
|
|
|
|

|
|
|
|
## Getting Started
|
|
|
|
```bash
|
|
npm install
|
|
```
|
|
|
|
```bash
|
|
npm run dev
|
|
```
|
|
|
|
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
|
|
|
|
## Forgejo and Dokploy
|
|
|
|
The `forgejo` remote points to `Websites/interactives`. Forgejo Actions runs lint, the classroom synchronization test, and the Astro production build on every push to `main`. Dokploy builds the checked-in `Dockerfile`; the container serves the static Astro site and the `/sync` WebSocket endpoint on port 80.
|
|
|
|
## Tech Stack
|
|
|
|
- Astro
|
|
- Tailwind 4
|
|
- shadcn/ui
|
|
|
|
## Deploy on Vercel
|
|
|
|
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com)
|