before_join_socialgame
before_join_socialgame copied to clipboard
ソーシャルゲームのクライアントエンジニア入門以前
ソーシャルゲームのクライアントエンジニア入門以前 の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)
- launch PowerShell
-
install chocolatey
-
choco install nodejs
-
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/
deploy
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/