-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from TechBowl-japan/kei_fix_readme
Fix README
- Loading branch information
Showing
1 changed file
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
# git-stations | ||
# 環境構築 | ||
|
||
Railway Git 入門編リポジトリ | ||
1. Node.js v20.15.0 | ||
2. yarn v1 | ||
3. Visual Studio Code | ||
4. Railway VSCode 拡張機能 | ||
|
||
## 環境構築 | ||
上記 4 つをインストールする必要があります。インストールできているかの確認やインストール方法は、 | ||
[Railway 準備編](https://www.notion.so/techbowl/Railway-ceba695d5014460e9733c2a46318cdec) をご確認いただき、挑戦の準備をしましょう。 | ||
|
||
- Node.js v20.15.0 | ||
- yarn v1 | ||
|
||
```shell | ||
yarn | ||
``` | ||
その他リポジトリの更新の仕方や、トラブルシューティングについても上記の Railway 準備編にございます。 | ||
何かあった際は、まずそちらを確認しましょう。 |