next editor
1.0.0

成為Patreon /支持者
與Git的獨立PWA編輯器(用於Chromebook)
在這裡玩Nedi.App
不穩定:數據可以通過更新擦除
我只檢查Chrome和Chrome Canary。
yarn watch :Start Dev Server(Localhost:8099)yarn test :開玩笑和打字稿檢查沒有開發的服務工作者。
註冊https://www.netlify.com
yarn deploy :部署到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歡迎!
麻省理工學院