Skip to content

Integrated HTML, markdown, and SVG viewer, code editor, and debugger built with Electron.

License

Notifications You must be signed in to change notification settings

BrandonXLF/burrow

Repository files navigation

Burrow HTML and Markdown

Burrow is an HTML, markdown, and SVG viewer, code editor, and debugger built with Electron. It allows you to easily burrow into markup files by providing a quick way to switch between viewing, editing, and debugging files.

Screenshot

Developing

Before build commands can be run npm must be installed and dependencies must be installed with npm install.

To create and run a development distribution run npm start and to create a production build run npm run build. To lint your code for issues, run npm run lint.