SanYeCao-blog/README-en.md
ClovertaTheTrilobita dd55bfc357
Replace feature image and update description
Updated feature image in README and modified text.
2026-03-26 14:26:53 +02:00

1.8 KiB

SanYeCao-Blog

[中文 | English]


SanYeCao Blog
🌊Lightweight / Fast / Beautiful🌊

Built With
Static Badge Static Badge Static Badge

😋 Features


image
  • Built with purely static pages, responsive, lightweight, and visually pleasing
  • Easy to use, with automatic deployment via GitHub Actions
  • Astro Is All You Need

For more previews, please see: Images.md.

🧳 Usage

1. Fork this repository

image

Then clone it to your local machine.

2. Run / Build

Important

Before getting started, please rename .env.example in the root directory to .env and configure the environment variables, otherwise some features may not work properly.

For details about environment variables, see: EnvVariables.md

  • Local development

    npm run dev
    
  • Local build

    npm run build
    

3. Deployment

Deploy automatically with GitHub Actions

For details, see: GithubActions.md.

Manual deployment

Upload the generated dist/ directory to your server, and configure NGINX to point to index.html.