From f345e1e33b435d2717661b5b13046f06031bffd7 Mon Sep 17 00:00:00 2001 From: Cutls Date: Mon, 24 Feb 2020 10:57:13 +0900 Subject: [PATCH] Update README_ja.md --- README_ja.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/README_ja.md b/README_ja.md index e6b685ae..871f8184 100644 --- a/README_ja.md +++ b/README_ja.md @@ -46,19 +46,6 @@ Download:[TheDesk](https://thedesk.top) [![check](https://status.cutls.com/badge Crowdinから翻訳に参加してみませんか?: https://translate.thedesk.top -## 環境 - -* Electron 4.2以上(自分で入れて) -* electron-dl(in package.json) -* Jimp(in package.json) -* font-manager(in package.json) - * Python 2.x(自分で入れて) - * VisualC++(Windows)(自分で入れて) -* itunes-nowplaying-mac(macOS向け)(in package.json) -* node-notifier(in package.json) -* sumchecker(in package.json) -* Ability to read unformated files!(自分で入れて) - ### デベロッパーモード `npm run dev`を`app`フォルダ内で実行 @@ -158,6 +145,19 @@ Linux macOS `electron-packager ./app TheDesk --executable-name="TheDesk" --app-copyright="Copyright (c) TheDesk 2018 Cutls.com 2015 All Right Reserved" --platform=darwin --arch=all --electron-version=4.0.5 --icon=./app/icon.icns --overwrite` +### 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`ブランチに追従しています。不安定です。) +[![Netlify Status](https://api.netlify.com/api/v1/badges/6916503b-2882-43f7-9681-ab814e6d28f9/deploy-status)](https://app.netlify.com/sites/thedesk/deploys) + ## Pleromaのサポート Pleromaは、Mastodon APIとの互換性を謳っていますが、実際には様々な差異があり、TheDeskで不具合が発生することがあります。