https://github.com/solidos/markdown-pane
A SolidOS pane to render, create and edit markdown files.
https://github.com/solidos/markdown-pane
deprecated
Last synced: 4 months ago
JSON representation
A SolidOS pane to render, create and edit markdown files.
- Host: GitHub
- URL: https://github.com/solidos/markdown-pane
- Owner: SolidOS
- License: mit
- Created: 2020-12-04T15:38:44.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-04-14T08:17:42.000Z (almost 4 years ago)
- Last Synced: 2025-01-11T06:33:16.820Z (about 1 year ago)
- Topics: deprecated
- Language: TypeScript
- Size: 2.18 MB
- Stars: 1
- Watchers: 13
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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:
```shell script
npm run test
```
#### Unit 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:
```shell script
npm start
```
Visit `http://localhost:8080/` to render the pane.
### Build
```
npm run build
```
The build is done by `tsc`, webpack is only used as dev server and not for production build.