Skip to content
This repository has been archived by the owner on Nov 23, 2017. It is now read-only.

LibCrowds/libcrowds-bs4-pybossa-theme

Repository files navigation

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