josh/README.md

516 B

fwdekker.com

The source code of my personal website.

Development

Prerequisites

CLI

# Install dependencies (only needed once)
$> npm install
# Build the application in `build/` for development
$> grunt dev
# Build the application in `build/` for deployment
$> grunt deploy
# Run tests on the application in `build/`
$> npm test