Skip to content

chihiros/topicpost

Repository files navigation

topicpost

開発手順

npm install -g task-cli
brew install go-task

必要なコマンドが入っているかの確認

task check

足りないコマンドがある場合は、以下の画像のように [Warning] %s is not installed と表示されます 不足がある場合はインストールをしてください

task-check-command

ローカル環境の準備

  • Dockerまたは、OrbStackのインストール

Docker Desktop for Mac and Windows | Docker OrbStack

  • Supabase CLIのインストール

Supabase CLI - Supabase.com

Goのインストール

Go - Getting Started

gooseのインストール

goose - GitHub

wireのインストール

Wire - GitHub

spectralのインストール

Install Spectral - Stoplight

ローカル環境の起動

  • APIサーバーの起動
task setup
task build
task up
  • Webサーバーの起動
task npm/i
task ogen
task run