From dc42ac6fcedd91a1d911b542143c53c350a7bc99 Mon Sep 17 00:00:00 2001 From: Cutls Date: Mon, 24 Feb 2020 11:17:30 +0900 Subject: [PATCH] Update README_ja.md --- README_ja.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README_ja.md b/README_ja.md index 871f8184..9f9e01ae 100644 --- a/README_ja.md +++ b/README_ja.md @@ -147,12 +147,10 @@ macOS ### PWAとして実行 -TheDesk is a wed-based app, so you can run it on a browser. Of course, the main stream is as Electron. Some features won't work well as Electron. TheDeskはウェブ技術を使用して作られているので、ブラウザで動かすこともできます。もちろん、Electron向けに設計されているので一部機能は動きません。 `npm run build:pwa`でビルドできます。PWAに必要な`manifest.json`やサービスワーカーなども要員されています。 -**You have to rename `node_modules` to `dependencies` to run as a web application. (restricted by Netlify)** **`node_modules`を`dependencies`にリネームしないと動きません。(Netlifyの制限です)** ChromeまたはFirefoxでチェック: [こちら](https://app.thedesk.top) (`master`ブランチに追従しています。不安定です。)