rta-hackathon / rta-hackathon-hq

0 stars 0 forks source link

2023/02/01の会 #1

Closed tabunmuri closed 1 year ago

tabunmuri commented 1 year ago

概要

自己紹介

今週のハッカソン紹介

今日やること

tabunmuri commented 1 year ago

準備

ハッカソンに必要な技術セット

tabunmuri commented 1 year ago

Railsでサービスを生成するための手順

rails new demo_service
git init
git config --local user.name "(名前)" && git config --local user.email "(email)"
git commit --allow-empty -m "first commit"
curl https://www.toptal.com/developers/gitignore/api/macos,windows,linux,vim,emacs,intellij+all,ruby,rails > .gitignore
git add .
git commit -m "add git ignore"
git push origin main