release Deploy

ソーシャルゲームのクライアントエンジニア入門以前 のWebサイトの中身リポジトリです。

https://neon-izm.github.io/before_join_socialgame/

Contributing

Feel free to contribute. お気軽にissueやpull reqを送ってください。誤字脱字の訂正も歓迎します。

/website/docs are simple markdown file.You can fork and write anything.

/website/docs
内の*.mdファイルはシンプルなテキストのmarkdownファイルなので、ここだけをローカルのテキストエディタで編集すれば、プレビュー出来ます。

Setup(Windows)

  1. launch PowerShell
  2. install chocolatey
  3. choco install nodejs
  4. choco install yarn
  5. yarn global add @docusaurus/init@next
  6. cd to website root directory (example C:/Github/before_join_socialgame/website)
  7. yarn install
  8. yarn run start
  9. access to http://localhost:3000/before_join_socialgame/

deploy

automated to push gh-pages branch. (for me)

  1. launch Powershell
  2. set-item env:GIT_USER -value YOUR-GITHUB-USER
  3. yarn deploy
  4. access to https://neon-izm.github.io/before_join_socialgame/