GitHunt
LI

LibCrowds/libcrowds-bs4-pybossa-theme

A Bootstrap 4 based theme for PyBossa

libcrowds-bs4-pybossa-theme

Bootstrap 4 Sass-based theme for LibCrowds.

⚠️ DEPRECATED: Replaced by vue-pybossa-frontend

Installation

Install Node.js, then:

# Navigate to your themes folder
cd /home/pybossa/pybossa/themes
# Clone the repo
git clone --recursive https://github.com/LibCrowds/libcrowds-bs4-pybossa-theme
# Navigate to the libcrowds-bs4-pybossa-theme folder
cd libcrowds-bs4-pybossa-theme
# Install
npm install
# Build
npm run build

Now add the following line to your main PYBOSSA configuration file:

THEME = 'libcrowds-bs4-pybossa-theme'

The theme will be available after you restart your PYBOSSA application.

Development

Install as above, then:

npm install webpack-dev-server -g
npm run dev

Languages

HTML75.1%JavaScript16.0%CSS8.9%

Contributors

BSD 3-Clause "New" or "Revised" License
Created February 2, 2017
Updated January 28, 2023