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

https://github.com/narumincho/narumincho-com


https://github.com/narumincho/narumincho-com

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# ナルミンチョの創作記録 https://narumincho.com/

今後, いろいろ作る. ほどんどのコンテンツは Notion に移植済み.
https://narumincho.notion.site/22961d0ee2924074a22ce37f405b941a

現在 narumincho.com のドメインがなぜか動いていない. (仮
https://cf.narumincho.com) Cloudflareにドメインを2024年3月ごろ移行するのでその時
直ると思う.

## 開発方法

[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/narumincho/narumincho-com)

開発用サーバーの起動

```sh
npx next dev
```

ビルド

```sh
npx next build
```