Skip to content
This repository has been archived by the owner on Jun 29, 2024. It is now read-only.

Latest commit

 

History

History
25 lines (15 loc) · 576 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 576 Bytes

ゼロ秒思考タイマー

ゼロ秒思考に特化したタイマーです。

https://zerotimer.koeda.me/

スクリーンショット

開発環境構築

開発にはDockerとDocekr Composeが必要です。

以下のコマンドで開発サーバーを立ち上げると http://localhost:3000 で確認できるようになります。

docker-compose up

ビルド手順

docker-compose run --rm builder ./scripts/build.sh

./dist/ にビルド結果が出力されます。