Skip to content

Commit

Permalink
volta, change npm
Browse files Browse the repository at this point in the history
  • Loading branch information
kght6123 committed Jun 10, 2022
1 parent a2c24d7 commit 3f85e65
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 10,295 deletions.
35 changes: 11 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,43 +2,30 @@

Full-AMP の静的サイト(ブログ)がマークダウンで作れる、静的サイトジェネレーター

## Getting Started

Please install volta!!!

https://volta.sh

## Initial Setup

```bash
# firebase-toolsをインストール
yarn global add firebase-tools
npm install -g firebase-tools
# zshの場合のみ実行する
echo "export PATH=\"\$PATH:\`yarn global bin\`\"" >> ~/.zshrc
echo "export PATH=\"\$PATH:\`npm bin --location=global\`\"" >> ~/.zshrc
source ~/.zshrc
# firebaseにログイン
firebase login # 表示されたURLをブラウザで開いて、FirebaseのプロジェクトにアクセスできるGoogleアカウントでログインする
# 開発モードでローカル起動
yarn dev
npm run dev
# Firebaseでローカル起動
yarn serve
npm run serve
# Firebaseにデプロイ
yarn deploy
npm run deploy
```

## Build Setup

```bash
# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn dev

# build for production and launch server
$ yarn build
$ yarn start

# generate static project
$ yarn generate
```

For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).

## Road Map

- [x] 画像の差し替えと Hosting へ追加
Expand Down
5 changes: 4 additions & 1 deletion kght6123.page.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@
"titleBar.activeBackground": "#f9e64f",
"titleBar.activeForeground": "#15202b",
"titleBar.inactiveBackground": "#f9e64f99",
"titleBar.inactiveForeground": "#15202b99"
"titleBar.inactiveForeground": "#15202b99",
"sash.hoverBorder": "#fbed80",
"statusBarItem.remoteBackground": "#f9e64f",
"statusBarItem.remoteForeground": "#15202b"
},
"peacock.color": "#f9e64f",
"css.validate": false,
Expand Down
27 changes: 17 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,8 @@
"prettier": "^2.3.2",
"stylelint-config-recommended": "^5.0.0",
"tailwindcss": "^2.2.7"
},
"volta": {
"node": "16.15.1"
}
}
Loading

0 comments on commit 3f85e65

Please sign in to comment.