Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 685 Bytes

README.md

File metadata and controls

36 lines (29 loc) · 685 Bytes

papoGen.css

This repository is implement own CSS UI style for papoGen.


Compilation

  • Global
    # Install Sass on your develop env.
    $ [sudo] npm install -g sass
    # Run the compile script.
    $ ./scss.sh
  • Local
    # Build
    $ npm run build
    # Generate
    $ npm run gen

Testing

  • Open the docs/index.html by your browser
    • Mostly recommend using google-chrome

Developers