you need to feed the bear regularly or the bear will try to eat you. Specifically, the bear needs to be fed every ten seconds or you'll get eaten. (It really is very hungry!)
Behavior | Input | Output |
---|---|---|
In Terminal:
- Navigate to where you want this application to be saved, i.e.:
cd desktop
- Clone the file from GitHub with HTTPS
git clone https://github.com/benjamin-thompdx/Epicodus_hungry-bear.git
- Open file in your preferred text editor
- On Mac:
open -a {your text editor} Epicodus_hungry-bear
- On Windows: ```Epicodus_hungry-bear``
Download Manually:
- Navigate to https://github.com/benjamin-thompdx/Epicodus_hungry-bear.
- Click green "Clone or Download" button.
- Click "Download ZIP".
- Click downloaded file to unzip.
- Open folder called "Epicodus_hungry-bear".
- Right click "index.html" and select your preferred browser or text editor.
Note For Editors:
- Once cloned/downloaded, to run and make changes, in the terminal simply run $ npm install to download necessary dependencies. Then run $ npm run build to create your own dist folder with a bundle.js file.
No known bugs at this time.
Have a bug or an issue with this application? Open a new issue here on GitHub.
- Javascript
- jQuery
- Webpack
- Node.js
- Jest
Copyright (c) 2020 Benjamin Thom