next editor
1.0.0

パトレオン /バッカーになります
Gitを使用したスタンドアロンPWAエディター(Chromebook用)
ここでnedi.appを再生します
不安定:データは更新によって拭くことができます
ChromeとChrome Canaryのみをチェックしています。
yarn watch :Dev Serverを開始(LocalHost:8099)yarn test :JESTとTypeScriptチェックを実行します開発中のサービスワーカーはいません。
https://www.netlify.comを登録します
yarn deploy :deploy to Netlifyまたは
yarn build:prodpublicディレクトリを展開します。https://now.shを登録するcors-busterを展開するには、githubをプッシュするためにプロキシが必要です
npm i -g now-clinow wmhilton/cors-buster (https://github.com/wmhilton/cors-busterを使用)corsProxy: "<your-proxy>" mkdir src-custom
touch src-custom/index.js
SRC="src-custom" yarn build:prod
// src-custom/index.js
import { setupInitialRepository } from "../src/domain/git/commands/setupInitialRepository"
import { run } from "../src/init"
// Write your own bootstrap
async function main ( ) {
try {
await setupInitialRepository ( "/playground" )
} catch ( e ) {
// Skip
console . error ( "init error" , e )
}
run ( )
}
main ( )この機能は、プライベートカスタムビルドがNext-Editor.appをリリースするためのものです。
__tests__/*.tsの下でテストを書き込みますyarn test合格しますTODO.MDで@Mizchi計画をご覧ください
PRは大歓迎です!
mit