Skip to content

Commit

Permalink
Merge pull request #28 from vim-jp-radio/feature/update-readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoppippi authored Jun 27, 2024
2 parents 166e212 + 672c655 commit ae87e5e
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@

Vim-jp ラジオの LP です。

## Development
## 💻 Development

### Setup
- Clone this repository
- Enable [Corepack](https://github.com/nodejs/corepack) using `corepack enable`
- Install dependencies using `pnpm install`
- Run development server using `pnpm dev`

```sh
pnpm i
pnpm dev
```
## 📦 Build

### Build
- Run `pnpm build` to build the site

```sh
pnpm build
```
## ✨ Preview

- Run `pnpm preview` to preview the site

0 comments on commit ae87e5e

Please sign in to comment.