This file contains some style snippets to style the html in MS Word style
This file is used to create sheets of paper on screen for preview and print.
Get it from cognitom/paper-css
npm install -D tailwindcss
npx tailwindcss init
npx tailwindcss -i ./tailwindInput.css -o ./src/style.css --watch
Turn on auto save in your edit to live compile.
write your ploting code in src/plot.js
.
Import the right language file to hight your code.
Write math formula with katex.
Do some basic math calculate.
Theme templates from plotly chart studio
just copy separate use
diractory. And run command to use browser-sync
to server the file.
npx tailwindcss -i ./tailwindInput.css -o ./src/style.css --watch
browser-sync start --config bs-config.js