Restaurant website & build tools
Deployed: Munchthai.com Development Build: GitHub Pages
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 fromsrc/stylesheets
folder topublic/assets/css
foldergulp javascript
- Transpile code to es5 and minimize JavaScript fromsrc/js
topublic/assets/js
foldergulp deploy
- Deploypublic
folder to GitHub Pages. Note: Must have access to repository to commit.