colearnr-theme-learnbees

1.0.6 • Public • Published

CoLearnr kids theme (Learnbees)

This theme is used by the CoLearnr community edition

Static directories

  • font
  • images
  • sounds
  • stylesheets (Combination of sass and css)

Building

You need rubygems and compass installed in order to compile sass files into css.

Ubuntu/debian

sudo apt install -y ruby ruby-compass

Centos 7

yum install -y ruby rubygems

if hash sass 2>/dev/null; then
    echo "Compass is already installed."
else
    gem update
    gem update --system
    gem uninstall psych -v 2.0.17
    gem install compass
    gem install psych
fi

Readme

Keywords

Package Sidebar

Install

npm i colearnr-theme-learnbees

Weekly Downloads

2

Version

1.0.6

License

GPL-3.0

Last publish

Collaborators

  • colearnr