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

https://github.com/junkisai/playground-reacrt-flow


https://github.com/junkisai/playground-reacrt-flow

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# web-site-template

## Setup

**1. Bunのインストール**

```sh
curl -fsSL https://bun.sh/install | bash
```

**2. 依存関係のインストール**

```sh
bun install
```

## Devlopment

```sh
bun run dev
```

## 利用技術

**App**

- Astro(Framework)
- React(Library)
- CSS Modules(SCSS)

**Tools**

- TypeScript(Language)
- Bun(Package Manager)
- Biome (Linter, Formatter)
- Prettier (Formatter)

**Others**

- Cloudflare Pages(Hosting)
- Github Actions(CI)
- VSCode(Editor)