https://github.com/tsubasahiga/acty
Astro React Easy
https://github.com/tsubasahiga/acty
Last synced: 3 months ago
JSON representation
Astro React Easy
- Host: GitHub
- URL: https://github.com/tsubasahiga/acty
- Owner: TsubasaHiga
- Created: 2023-01-25T06:31:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-08T18:45:10.000Z (10 months ago)
- Last Synced: 2024-08-08T21:30:52.920Z (10 months ago)
- Language: TypeScript
- Size: 6.52 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Acty
Astro製の静的サイト構築ボイラープレート。
## Install
```bash
yarn install
```## Dev
```bash
yarn dev
```## Build
```bash
# production build
yarn build# production build + zip archive
yarn archive
```## Docs
- [バージョニングについて](./docs/semver.md)
- [コミットメッセージについて](./docs/commit-message.md)