Skip to content

TEAra-official/teara-website

Repository files navigation

Teara Website

Get Start

$ npm run dev
    Starts the development server.

$ npm run build
    Builds the app for production.

$ npm start
    Runs the built app in production mode.

We suggest that you begin by typing:
$ npm run dev

Other Information

メンバーの追加方法

  • mainブランチからブランチを切る。

    • git switch -c make-konamiとターミナルで打つ。konamiの部分は自分の名前に変更する。
  • アイコンに使う画像を/public/images/members-iconに入れる。

  • /scriptsにいる状態で./make_member.shと打って、実行する。以下のようにファイル名、表示名、自己紹介文、代表かどうか、画像のファイル名を聞かれるので入力する。

  • 間違えると修正がちょっとだけ面倒なので入力する文は事前に考えておく。 スクリーンショット (58)_LI

  • ファイル名は他のものとダブっていたら再入力を求められる。

  • 代表かどうかはynで答える。

  • pull requestを出す。

    • git add .と打つ。
      • 緑色になっているファイルが
      • /pages/components/members/konami.page.jsx
      • /pages/components/members/members.jsx
      • /scripts/members_list.txt
      • /pages/components/members/誰かの名前.page.jsx
      • になっていれば大丈夫。
    • git commit -m "こなみの作成"と打つ。
    • git pushと打って、githubで「pull requestを作成する」のボタンを押す。
  • 間違えた場合:

    • ちょっとだけ編集したいときは、/pages/components/members/konami.page.jsxが自分のページのファイルなのでそこを編集する。
    • 全部やり直したいときは、
      • /scripts/members_list.txtの自分の行を削除する。
      • /scripts/members_list.txtの自分の一行上にある名前のファイルの、21行目の<RightButton ・・・ /><div />に書き換える。
      • ./make_member.shと打つところからやり直す。

About

tearaのwebサイト制作のレポジトリ

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published