next-editor
Standalone Git Editor on Browser
File Explorer
Download Latest Version (.zip)- config.yml
- settings.json
- checkWeNeedMigration.test.ts.snap
- dummyObject.js
- checkWeNeedMigration.test.ts
- browserfs.min.js
- favicon.ico
- icon-128x128.png
- icon-144x144.png
- icon-152x152.png
- icon-16x16.png
- icon-192x192.png
- icon-24x24.png
- icon-32x32.png
- icon-384x384.png
- icon-48x48.png
- icon-512x512.png
- icon-72x72.png
- icon-96x96.png
- Inconsolata.otf
- landing.html
- Logotype-primary.png
- 00-body.png
- 01-main.png
- 02-commit-all-button.png
- load.js
- deploy.sh
- migrator.js
- mkdir.ts
- removeDirectory.ts
- unlink.ts
- writeFile.ts
- findRepositoriesInFS.test.ts
- existsPath.ts
- findRepositoriesInFS.ts
- getFileRecursively.ts
- readDirectories.ts
- readFile.ts
- readFileStats.ts
- index.ts
- helpers.ts
- index.ts
- add.test.ts
- clone.test.ts
- commitAll.test.ts
- addFile.ts
- checkoutBranch.ts
- cloneRepository.ts
- commitAll.ts
- commitChanges.ts
- createBranch.ts
- createProject.ts
- deleteBranch.ts
- pushBranch.ts
- removeFromGit.ts
- setupInitialRepository.ts
- detectConflict.test.ts
- getFileHistory.test.ts
- getFileStatus.test.ts
- getRefOids.test.ts
- getRepositoryFiles.test.ts
- getStagingStatus.test.ts
- isFastForward.test.ts
- isIgnore.test.ts
- parseStatusMatrics.test.ts
- updateStatusMatrix.test.ts
- detectConflict.ts
- getBranchStatus.ts
- getFileHistory.ts
- getFileStatus.ts
- getHistory.ts
- getRefOids.ts
- getRemotes.ts
- getRepositoryFiles.ts
- getStagingStatus.ts
- getTrackingStatus.ts
- isFastForward.ts
- isIgnored.ts
- listBranches.ts
- listGitFiles.ts
- parseStatusMatrix.ts
- updateStatusMatrix.ts
- index.ts
- types.ts
- EditorInterface.ts
- MonacoEditor.tsx
- ProgramEditor.tsx
- TextEditor.tsx
- WysiwygEditor.tsx
- parseGitConfig.test.ts
- babel.js
- extToFileType.tsx
- formatMarkdown.ts
- parseGitConfig.ts
- runTextlint.ts
- editorActions.ts
- globalActions.ts
- index.ts
- BabelCodePreview.tsx
- CommandWithInput.tsx
- CommandWithSelect.tsx
- Entry.tsx
- GithubMarkdownBody.tsx
- Help.tsx
- Input.tsx
- MarkdownPreview.tsx
- NavgatorTitle.tsx
- Pathname.tsx
- PluginEntryArea.tsx
- Root.tsx
- TextlintLinter.tsx
- EditorWithToolbar.tsx
- createTestStore.ts
- organisms.test.tsx
- BranchController.tsx
- FetchManager.tsx
- helpers.ts
- index.tsx
- Staging.tsx
- AddDir.tsx
- AddFile.tsx
- DirectoryContextMenu.tsx
- DirectoryLine.tsx
- Draggable.tsx
- FileLine.tsx
- index.tsx
- _Example.tsx
- CloneRepoModal.tsx
- Config.tsx
- CreateRepoModal.tsx
- EditFooter.tsx
- Editor.tsx
- FileHistory.tsx
- GitBriefHistory.tsx
- GitController.tsx
- GitEasy.tsx
- GlobalHeader.tsx
- LayoutManager.tsx
- Menu.tsx
- ProjectManager.tsx
- UserSupport.tsx
- createTestStore.ts
- pages.test.tsx
- AsyncComponent.tsx
- index.tsx
- Config.tsx
- Edit.tsx
- Main.tsx
- Grid.mdx
- Pane.mdx
- utils.test.tsx
- commandMap.ts
- GlobalErrorBoundary.tsx
- GlobalKeyHandler.tsx
- Grid.tsx
- Initializer.tsx
- MediaDetector.tsx
- OnlineDetector.tsx
- Pane.tsx
- StackRouter.tsx
- ThemeProvider.tsx
- toast.ts
- App.tsx
- reducers.test.ts
- app.ts
- buffer.ts
- config.ts
- git.ts
- index.ts
- project.ts
- repository.ts
- configureStore.test.ts
- migator.test.ts
- configureStore.ts
- migrator.ts
- dark.ts
- default.ts
- ThemeParams.ts
- _intro.js
- index.html.ejs
- index.tsx
- manifest.json
- migrator.json
- runApp.tsx
- .babelrc
- .gitignore
- .nvmrc
- .prettierignore
- .prettierrc
- .stylelintrc
- BACKERS.md
- CHANGELOG.md
- decls.d.ts
- doczrc.js
- jest.config.js
- netlify.toml
- package.json
- README.md
- renovate.json
- TODO.md
- tsconfig.json
- tslint.json
- webpack.config.js
- yarn.lock
# Installation Guide
1. Get the code
git clone https://github.com/mizchi/next-editor
Downloads the entire project code from GitHub to your computer.
cd next-editor
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
SRC="src-custom" yarn build:prod
Builds optimized production files.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
