next editor
1.0.0

Patreon / 후원자가 되십시오
GIT와 함께 독립형 PWA 편집기 (크롬 북)
여기에서 Nedi.App을 플레이하십시오
불안정 : 데이터는 업데이트로 지워질 수 있습니다
나는 Chrome과 Chrome Canary 만 확인하고 있습니다.
yarn watch : 시작 데브 서버 (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 ( )이 기능은 개인 커스텀 빌드가 다음 -editor.app을 출시하기위한 것입니다.
__tests__/*.ts 에서 테스트를 작성하십시오yarn test 통과하십시오todo.md에서 @mizchi 계획을 확인하십시오
PR은 환영합니다!
MIT