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

464 B

fwdekker.com

The source code of my personal website.

Development

Requirements

CLI

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