forked from tools/josh
1
0
Fork 0
josh/README.md

457 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
# Build the application in `build/` for deployment
$> grunt deploy