An open API service indexing awesome lists of open source software.

https://github.com/tsubasahiga/acty

Astro React Easy
https://github.com/tsubasahiga/acty

Last synced: 3 months ago
JSON representation

Astro React Easy

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)