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