Skip to content

Instantly share code, notes, and snippets.

Requirements

  • Make sure you have a terminal application on your computer. On Mac, the default "terminal" application will work. On Windows, use the command prompt, or another terminal program. If using the VS Code editor, a terminal is built in.
    • Windows Users: If you get an error when running npm deploy in the command prompt, try installing an alternative terminal application. One of the following should work:
  • Try running git --version in your terminal. If you get an error, install git from here: https://git-scm.com/downloads
  • Install Node.js which includes npm. To test if you have this installed, run npm -v and if it is installed, you should see a number output with the current version. Make sure it is greater than 5.2.
  • If npm is not installed, go here to install Node.js: https://nodejs.org/en/

Setup

<h1>Menu</h1>
<p>Riverside Eatery</p>
<p>All of our menu items are sourced from quality farm-to-table ingredients and
harvested on farms run by actual human beings.</p>
<h2>Appetizers</h2>
<ul>
<li>
<strong>Hummus &amp; Pita Bread</strong>
<span class="price">$4.95</span>
<p>Lightly toasted pita slices served with garlic hummus. <span class="vegan"><Vegan/span></p>
Menu
Riverside Eatery
All of our menu items are sourced from quality farm-to-table ingredients and
harvested on farms run by actual human beings.
Appetizers
Hummus & Pita Bread - $4.95
@britton-clapp
britton-clapp / gist:8176153
Last active January 1, 2016 17:19
Windows workstation setup command
@powershell -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%systemdrive%\chocolatey\bin
choco install 7zip consolez dropbox filezilla firefox git googlechrome launchy meld notepadplusplus notepad2-mod owncloud-client wget
wget --no-check-certificate https://raw.github.com/dbc001/public_configs/master/console/console.xml -O C:\Chocolatey\lib\ConsoleZ.1.9.1.13351\tools\console.xml
# nonvital apps
choco install brackets calibre ffmpeg geany googledrive keepass markdownwin markpad mediacoder pandoc pidgin
# programming stuff & utilities
@britton-clapp
britton-clapp / gist:8175103
Created December 29, 2013 21:30
Ubuntu workstation software install commands
sudo apt-get update && sudo apt-get upgrade;
sudo apt-get install geany meld git vim openssh;