Website location: https://irinaka-robodone.github.io/irinaka-pf-2023/
content ├── apps # 制作したアプリの紹介ページ │ | ... ├── pages # トップページ、問い合わせページ、サイトの紹介ページ │ | ...
This website is created based on @yinkakun's gatsby-starter-glass.
- Clone this repository
git clone {this repo}
- Install Node dependencies
yarn install
or
npm i
- Start this website on live server mode
npm run start
-
Build this website locally You don't need to do this normally. We build & deploy this website through github actions' workflows. No need to commit built sources to this remote repository.
-
Commit changes & Push
git add {path/to/changes}
git commit -m "{commit message}"
git push -u origin feature/{feature_name}