@yasshi2525/rushmini
TypeScript icon, indicating that this package has built-in type declarations

1.6.1 • Public • Published

RushMini 出勤のお時間です! npm version CI Maintainability Test Coverage

ニコニコゲームアツマール、ニコ生新市場用ゲーム URL

利用方法

前提条件

  • node.js
    動作確認 v.14

  • Akashic Engine, Sandbox
    以下のコマンドを実行して Akashic Engine, Sandbox をインストールしてください

    npm install -g @akashic/akashic-cli @akashic/akashic-sandbox
    

デプロイ方法

以下のコマンドを実行してできる rushmini-latest.zip をゲームとして登録してください

npm install
npm run build
akashic export html --output rushmini-latest.zip --atsumaru

スタンドアロンアプリとしての実行方法

Port 3000 を利用する Web アプリケーションとして実行できます。http://localhost:3000/game/ にアクセスするとゲームが実行されます

npm install
npm run build
npm start

Docker コンテナとして実行

docker build .
<image id>
docker run -p 3000:3000 -d <image id>

ライブラリとして利用

npm install @yasshi2525/rushmini

開発者向け

テスト実行

npm test

Licence

MIT Licence

Developer

yasshi2525 Twitter

Package Sidebar

Install

npm i @yasshi2525/rushmini

Weekly Downloads

0

Version

1.6.1

License

MIT License

Unpacked Size

357 kB

Total Files

186

Last publish

Collaborators

  • yasshi2525