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

https://github.com/okazawa0929/nuqs-demo


https://github.com/okazawa0929/nuqs-demo

nextjs nuqs

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

## 使い方

1. パッケージインストール

```bash
npm install
# or
yarn install
# or
pnpm install
# or
bun install
```

2. 開発サーバー起動

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```