markdown-pane
v0.2.1
Published
A SolidOS pane to render, create and edit markdown files.
Readme
markdown-pane
A SolidOS pane to render, create and edit markdown files.
Contribute
Tech stack
- Typescript
- React
- Jest
- Eslint
- Prettier
- SolidOS
Tests
To run all tests:
npm run testUnit tests
Unit tests use jest and are placed next to the tested file as *.test.ts(x) files.
Dev Server
Start a webpack dev server:
npm startVisit http://localhost:8080/ to render the pane.
Build
npm run buildThe build is done by tsc, webpack is only used as dev server and not for production build.
