https://github.com/inkohx/inkohx.dev
https://github.com/inkohx/inkohx.dev
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/inkohx/inkohx.dev
- Owner: InkoHX
- License: mit
- Created: 2022-08-07T07:49:59.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-08-06T14:00:15.000Z (10 months ago)
- Last Synced: 2025-08-06T15:42:09.556Z (10 months ago)
- Language: Astro
- Homepage: https://inkohx.dev
- Size: 3.12 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# www.inkohx.dev
Astroを使って作った[www.inkohx.dev](https://www.inkohx.dev)のソースコード
## 主な内容
- プロフィール
- ブログ
## 開発環境
```sh
$ gh repo clone InkoHX/inkohx.dev
# 依存関係のインストール
$ pnpm i
# エディタのセットアップ
$ cp ./.vscode/settings.tmpl.jsonc ./vscode/settings.json
$ pnpm netlify recipes vscode
# 起動
$ pnpm dev
```