next editor
1.0.0

เป็น Patreon / ผู้สนับสนุน
ตัวแก้ไข PWA แบบสแตนด์อโลนพร้อม GIT (สำหรับ Chromebook)
เล่นที่นี่ nedi.app
ไม่เสถียร : ข้อมูลอาจถูกลบล้างโดยการอัปเดต
ฉันกำลังตรวจสอบเฉพาะ Chrome และ Chrome Canary
yarn watch : Start Dev Server (LocalHost: 8099)yarn test : เรียกใช้การตรวจสอบ jest และ typescriptไม่มีผู้ให้บริการในการพัฒนา
ลงทะเบียน 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 ( )คุณลักษณะนี้มีไว้สำหรับ Build Private Custom เพื่อเปิดตัว Editor.app
__tests__/*.tsyarn testดูสิ่งที่ @mizchi วางแผนบน todo.md
ยินดีต้อนรับ PR!
มิกซ์