A Typora Theme, code inspired by Ursine
Fonts FiraGo, Majesti Banner, Freight Big Pro and Fira Mono not included for legal reasons.
- Install NPM and Gulp
- Install Gulp locally
- If there are deprecation errors:
- delete the
node_modules
folder and all package references insidepackage.json
(remember them) - Reinstall all packages using
npm install --save-dev ...
, where...
is the package
- delete the
- Use
gulp dev
to develop andgulp release
to put zipped resulting css intorelease
folder