Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aoirint/kanomiya-web-next

kanomiya.com powered by Next.js since 2023-03-21
https://github.com/aoirint/kanomiya-web-next

Last synced: about 1 month ago
JSON representation

kanomiya.com powered by Next.js since 2023-03-21

Awesome Lists containing this project

README

        

# kanomiya-web-next

## Dependencies

- Node 20 (>= 20.7.0)
- npm 10

### Switch Node version with nvm

-
-

```shell
nvm use
```

### Install node_modules

```shell
npm ci
```

## Preview

```shell
npm run dev
```

## Build

```shell
npm run build

serve out/
```