A SolidOS pane to render, create and edit markdown files.
- Typescript
- React
- Jest
- Eslint
- Prettier
- SolidOS
To run all tests:
npm run test
Unit tests use jest
and are placed next to the tested file as *.test.ts(x)
files.
Start a webpack dev server:
npm start
Visit http://localhost:8080/
to render the pane.
npm run build
The build is done by tsc
, webpack is only used as dev server and not for production build.