Skip to content

toolbuddy/papoGen.css

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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