Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.22 KB

File metadata and controls

41 lines (28 loc) · 1.22 KB

Dev Toolkit

Web utility tools for developers

開発者のための、Webユーティリティツール

https://tools.su-u.dev/

すべての処理はブラウザ上(クライアントサイド)で完結し、サーバーへはデータを送信しません。

技術スタック

Node.js のバージョンは .tool-versions22.22.1)に固定しています。パッケージマネージャーは npm を使用します。

開発の始め方

npm install

npm run dev

http://localhost:3000 を開く

コマンド

npm run dev          # 開発サーバー
npm run build        # 本番ビルド
npm start            # 本番サーバー
npm test             # テスト実行
npm run lint         # Lint
npm run format       # Prettier