openeduhub / wirlernenonline-theme

3 stars 0 forks source link

Wir-Lernen-Online Theme

Build

Styles

# Install dependencies
npm install
# Compile styles
npm run build
# Compile styles (watch)
npm start

Deploy

# Deploy on https://wordpress.staging.openeduhub.net/
npm run deploy-staging
# Deploy on https://wirlernenonline.de/
npm run deploy-prod

Troubleshooting

sass: Permission denied

rm -r node_modules
npm install