Initial Astro redesign for MoreminiMore

This commit is contained in:
Kunthawat Greethong
2026-07-18 11:48:33 +07:00
commit 491bf7b3be
13 changed files with 6681 additions and 0 deletions

25
README.md Normal file
View File

@@ -0,0 +1,25 @@
# MoreminiMore redesign
A static Astro redesign for MoreminiMore, retaining verified service, case study, portfolio, and contact information from moreminimore.com.
## Local development
```sh
npm install
npm run dev
```
## Production build
```sh
npm run build
```
## Docker deployment
```sh
docker build -t moreminimore-site .
docker run --rm -p 8080:8080 moreminimore-site
```
The site is served at `http://localhost:8080`.