2022-06-30 17:41:00 +05:00
|
|
|
cp ./node_modules/katex/dist/katex.min.css $(realpath ./styles/)
|
2022-06-30 17:44:27 +05:00
|
|
|
cp -r ./node_modules/katex/dist/fonts/ $(realpath ./styles/)
|
2022-06-30 17:41:00 +05:00
|
|
|
cp ./node_modules/prism-themes/themes/prism-dracula.min.css $(realpath ./styles/)/prism-theme.css
|
2022-07-09 21:26:32 +05:00
|
|
|
cp ./node_modules/prism-themes/themes/prism-dracula.min.css $(realpath ./styles/)/prism-theme.css
|
|
|
|
|
cp $(realpath ./src/fonts.css) $(realpath ./styles/)/fonts.css
|
|
|
|
|
cp $(realpath ./src/styles.css) $(realpath ./styles/)/styles.css
|
2022-05-31 06:49:37 +05:00
|
|
|
|
|
|
|
|
yarn tsc --watch
|