Bootstrap 4 Sass-based theme for LibCrowds.
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.
Install as above, then:
npm install webpack-dev-server -g
npm run dev