/libcrowds-bs4-pybossa-theme

A Bootstrap 4 based theme for PyBossa

Primary LanguageHTMLBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

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