Quotation, n: The act of repeating erroneously the words of another.
—Ambrose Bierce
Generates a random selection from my personal collection of quotes.
- Install nvm
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash
- Install node
nvm install node
- Install package
npm install
- Install MongoDB Community Edition
On macOS with Homebrew:
brew install mongodb
- Create data directory
mkdir -p /data/db
In separate windows:
- Run MongoDB
mongod
- Begin using MongoDB
mongo
- Start the app
npm start