next editor
1.0.0

كن باتريون / مؤيدون
محرر PWA المستقل مع GIT (لـ Chromebook)
العب هنا nedi.app
غير مستقر : قد يتم مسح البيانات عن طريق التحديث
أنا أتحقق فقط من الكروم والكروم الكناري.
yarn watch : ابدأ Dev Server (LocalHost: 8099)yarn test : قم بتشغيل Jest and 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 ( )هذه الميزة مخصصة للبناء المخصص الخاص لإصدار editor.app.
__tests__/*.tsyarn testانظر ما خطة mizchi على todo.md
العلاقات العامة مرحب بها!
معهد ماساتشوستس للتكنولوجيا