Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 499 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 499 Bytes

libcrowds-frontend-settings

Configuration settings for use with vue-pybossa-frontend.

# clear old settings
rm src/siteConfig.js
rm -rf src/custom/*/

# clone new settings
cd /path/to/vue-pybossa-frontend/src/custom
git clone https://github.com/LibCrowds/libcrowds-frontend-settings settings

# point to new settings
echo "module.exports = require('@/custom/settings/siteConfig.js')" >> src/siteConfig.js

# rebuild
npm run build