Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.33 KB

README.md

File metadata and controls

34 lines (26 loc) · 1.33 KB

Munch Thai Logo

Munch Thai Food & Sweet Tea

Restaurant website & build tools

Deployment

Deployed: Munchthai.com Development Build: GitHub Pages

Development setup

Project uses Nodejs to execute JavaScript at command line interface.
Check for Node at command prompt:

node --version

If you haven't already, install Node.js

Clone the repository then run npm i at CLI in project directory

From within the src folder you can run the following gulp commands:

  • gulp css - Auto-prefix and minimize css from src/stylesheets folder to public/assets/css folder
  • gulp javascript - Transpile code to es5 and minimize JavaScript from src/js to public/assets/js folder
  • gulp deploy - Deploy public folder to GitHub Pages. Note: Must have access to repository to commit.

Technologies Used

  • Node.js - Execute JavaScript outside of the browser
  • Gulp.js - Streaming build system for front-end development
  • Sass - Syntactically Awesome Style Sheets. CSS pre-processor

Author

Adam Openbrier
Website
GitHub