Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aoirint/kanomiya-web-next
- Owner: aoirint
- Created: 2023-03-21T06:26:18.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-11T10:07:06.000Z (8 months ago)
- Last Synced: 2024-05-12T10:49:39.741Z (8 months ago)
- Language: TypeScript
- Homepage: https://kanomiya.com/
- Size: 3.01 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 buildserve out/
```