blastengine開発者ドキュメントはDocusaurusを利用して作成しています。
https://blastengineMania.github.io/docs/
$ yarn
# または
$ npm install
$ yarn start
# または
$ npm start
http://localhost:3000 で開発用サーバが立ち上がります。
$ yarn build
# または
$ npm run build
このコマンドで、 build 内に静的HTMLが出力されます。
$ yarn deploy
# または
$ npm run deploy
このコマンドでGitHub Pagesにデプロイされます。
MIT