Start the development server:
# if you are using npm
npm run devTo build optimized version of custom CSS, simply run:
# if you are using npm
npm run buildTo Deploy - Builds and Pushes to Git which deploys to Heroku
npm run deploy -- "COMMIT MESSAGE"