Creating a test repository for Codecademy’s Open Source course!
Use composer to install
composer install
Use set node
nvm install && nvm use
Uses Webpack "Laravel mix" for compiling LESS into minified css & js into minified
Use the files in source to generate the compiled files. source/sass/styles.scss source/js/scripts.js
# Local development
npm run watch
# This will run browserSync and allow realtime compiling which can be accessed via http://localhost:4040
# Or for a quick compile on development to run once
npm run development
# Production development
npm run production
npm run procuction needs to be run before deployment . Ideally it will be done via the server one day...
- Need to write this 🎉
- Need to write this 🎉