-
Clone the repository:
git clone https://github.com/Spr-Aachen/Twilight.git cd Twilight -
Install dependencies:
# Install pnpm if not already installed npm install -g pnpm # Install project dependencies pnpm install
-
Configure your blog:
-
Start the development server:
pnpm dev
Deploy your blog to any static hosting platform
| Command | Action |
|---|---|
pnpm install |
Install dependencies |
pnpm dev |
Start local dev server |
pnpm build |
Build production site to ./dist/ |
pnpm preview |
Preview build locally before deployment |
pnpm check |
Run Astro error checking |
pnpm format |
Format code with Biome |
pnpm lint |
Check and fix code issues |
pnpm new-post <filename> |
Create a new blog post |
pnpm astro ... |
Run Astro CLI commands |
- Based on the original Fuwari template
- Inspired by Yukina & Mizuki templates
- CMS functionality powered by astro-decap-cms-oauth
- Translation functionality powered by translate





