https://github.com/narumincho/narumincho-com
https://github.com/narumincho/narumincho-com
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/narumincho/narumincho-com
- Owner: narumincho
- Created: 2019-09-30T06:07:25.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2023-10-07T00:06:18.000Z (over 2 years ago)
- Last Synced: 2025-01-23T10:30:45.402Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://narumincho.com/
- Size: 10.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ナルミンチョの創作記録 https://narumincho.com/
今後, いろいろ作る. ほどんどのコンテンツは Notion に移植済み.
https://narumincho.notion.site/22961d0ee2924074a22ce37f405b941a
現在 narumincho.com のドメインがなぜか動いていない. (仮
https://cf.narumincho.com) Cloudflareにドメインを2024年3月ごろ移行するのでその時
直ると思う.
## 開発方法
[](https://gitpod.io/#https://github.com/narumincho/narumincho-com)
開発用サーバーの起動
```sh
npx next dev
```
ビルド
```sh
npx next build
```