https://github.com/tylertemp/trydocpie
ui for docpie python lib online demo
https://github.com/tylertemp/trydocpie
docpie python react
Last synced: 28 days ago
JSON representation
ui for docpie python lib online demo
- Host: GitHub
- URL: https://github.com/tylertemp/trydocpie
- Owner: TylerTemp
- License: mit
- Created: 2019-03-24T16:46:34.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-19T16:20:41.000Z (about 3 years ago)
- Last Synced: 2024-12-31T03:26:16.730Z (over 1 year ago)
- Topics: docpie, python, react
- Language: TypeScript
- Size: 2.24 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# trydocpie #
## Start ##
```bash
git submodule init
git submodule update
yarn install
yarn serverinit
```
gen css (optional)
```bash
pygmentize -S default -f html -a .codehilite > public/code-highlight.css
echo -e '
pre {
padding: 20px;
-webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.41);
-moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.41);
box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.41);
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px; }
code {
padding: 2px 4px;
color: #c7254eed;
background-color: #f8f8f8;
border-radius: 0;
}
pre > code {
padding: unset;
color: unset;
background-color: unset;
border-radius: unset;
}
' >> public/code-highlight.css
```
* start: `yarn start`
* build: `yarn servergen; yarn build`
* lint fix: `./lint.sh` and `./lint.sh --fix`
* release: `./release.sh`