Skip to content

Creating a test repository for Codecademy’s Open Source course!

License

Notifications You must be signed in to change notification settings

Nick-Stevens-/codecademy-open-source

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

codecademy-open-source

Creating a test repository for Codecademy’s Open Source course!

Staging

Production

Buddy

Plugins used

Installation

Use composer to install

composer install

Use set node

nvm install && nvm use

Compiling

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 :shipit: . Ideally it will be done via the server one day...

Branch protocol

  • Need to write this 🎉

Pull requests

  • Need to write this 🎉

License

About

Creating a test repository for Codecademy’s Open Source course!

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published