Skip to content

jin1125/prof

Repository files navigation

Jin's Profile

URL

https://www.shogojinta.com

使用技術

  • Typescript
  • Svelte
  • SvelteKit
  • Newt
  • Vercel
  • CodeRabbit
  • Google Tag Manager
  • Google Analytics

環境構築

  1. .env.exampleファイルをコピーして.envファイルを作成
  2. .envの定義を変更
  3. 依存関係のパッケージをインストール
    pnpm install
  4. 開発サーバーを起動
    pnpm run dev