https://github.com/tsubasahiga/newt-test
CMSのNewtを弄ってみる
https://github.com/tsubasahiga/newt-test
Last synced: about 2 months ago
JSON representation
CMSのNewtを弄ってみる
- Host: GitHub
- URL: https://github.com/tsubasahiga/newt-test
- Owner: TsubasaHiga
- Created: 2024-06-05T03:02:55.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-06-05T03:02:58.000Z (12 months ago)
- Last Synced: 2025-03-23T21:52:32.036Z (2 months ago)
- Language: TypeScript
- Homepage:
- Size: 3.58 MB
- Stars: 0
- 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)