Skip to content

openeduhub/wirlernenonline-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wir-Lernen-Online Theme

Build

Styles

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

Deploy

  • Compile styles (see above)
# 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