ソーシャルゲームのクライアントエンジニア入門以前 のWebサイトの中身リポジトリです。
https://neon-izm.github.io/before_join_socialgame/
Feel free to contribute. お気軽にissueやpull reqを送ってください。誤字脱字の訂正も歓迎します。
/website/docs are simple markdown file.You can fork and write anything.
/website/docs
内の*.mdファイルはシンプルなテキストのmarkdownファイルなので、ここだけをローカルのテキストエディタで編集すれば、プレビュー出来ます。
- launch PowerShell
- install chocolatey
choco install nodejs --version=16.16.0
choco install yarn
yarn global add @docusaurus/init@next
- cd to website root directory (example C:/Github/before_join_socialgame/website)
yarn install
yarn run start
- access to http://localhost:3000/before_join_socialgame/
automated to push gh-pages branch. (for me)
- launch Powershell
set-item env:GIT_USER -value YOUR-GITHUB-USER
yarn deploy
- access to https://neon-izm.github.io/before_join_socialgame/