https://github.com/nutfes/junkyo-fesns
NUTMEG Hackason
https://github.com/nutfes/junkyo-fesns
Last synced: 5 months ago
JSON representation
NUTMEG Hackason
- Host: GitHub
- URL: https://github.com/nutfes/junkyo-fesns
- Owner: NUTFes
- Created: 2024-09-21T14:51:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-09-22T15:23:14.000Z (9 months ago)
- Last Synced: 2025-12-24T11:53:57.539Z (6 months ago)
- Language: TypeScript
- Homepage: https://junkyo-fesns.vercel.app
- Size: 624 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JUNKYOU-FESNS
NUTMEG Hackason
# 環境構築
## MACの場合
### nodeのインストール
```
brew install nodebrew
```
nodebrewがインストールされているかの確認
```
nodebrew ls
```
nodeのインストール
```
brew install node
```
nodeが入っているかの確認
```
node -v
```
nodeがインストールされると自動的にnpmとnpxが入るようになる
npmが入っているかの確認
```
npm -v
```
npxが入っているかの確認
```
npx -v
```
### リポジトリのクローン
自分の作業ディレクトリに入って以下を実行
```
git clone
```
残りはあとでやります