Skip to content

ロボ団いりなか校マスタークラスの制作物ポートフォリオサイトのソース。

License

Notifications You must be signed in to change notification settings

irinaka-robodone/irinaka-pf-2023

Repository files navigation

ロボ団いりなか校独自の成果物を紹介するポートフォリオサイトのソース

Website location: https://irinaka-robodone.github.io/irinaka-pf-2023/

Contents

content ├── apps # 制作したアプリの紹介ページ │ | ... ├── pages # トップページ、問い合わせページ、サイトの紹介ページ │ | ...

Deevloper's guide

This website is created based on @yinkakun's gatsby-starter-glass.

  1. Clone this repository
git clone {this repo}
  1. Install Node dependencies
yarn install

or

npm i
  1. Start this website on live server mode
npm run start
  1. 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.

  2. Commit changes & Push

git add {path/to/changes}
git commit -m "{commit message}"
git push -u origin feature/{feature_name}

About

ロボ団いりなか校マスタークラスの制作物ポートフォリオサイトのソース。

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published