added header, footer, eslint/prettier, and typedoc

This commit is contained in:
2024-09-13 17:06:10 +09:00
parent 845418da60
commit a7dc8d6c8f
56 changed files with 16207 additions and 11147 deletions

View File

@@ -1,3 +1,21 @@
# sera-new-hp
更新が止まっているSERA HPを置き換えるよりモダンなHP
更新が止まっているSERA HPを置き換えるよりモダンなHP
## 使用言語、ライブラリー、フレームワーク、ツール
* JavaScript、TypeScript、Vue
* Nuxt
* node npm
* sqlite
## 開発を開始する
> 初めてこのプロジェクトに参加する際には`CONTRIBUTING.md`を***必ず***読んでおくこと
```bash
git clone https://git.kenryu.us/kenryuS/sera-new-hp.git # レポジトリをクローン
cd sera-new-hp # 移動して
npm install # 依存パッケージのインストール
npm run dev # デベロッパーモードでサイトを構築
```