forked from tools/josh
1
0
Fork 0
Source code of my personal website.
Go to file
Florine W. Dekker 740b18241d
Migrate to Grunt as build tool
2019-10-26 19:29:00 +02:00
src Migrate to Grunt as build tool 2019-10-26 19:29:00 +02:00
.gitattributes Migrate to Grunt as build tool 2019-10-26 19:29:00 +02:00
.gitignore Migrate to Grunt as build tool 2019-10-26 19:29:00 +02:00
Gruntfile.js Migrate to Grunt as build tool 2019-10-26 19:29:00 +02:00
README.md Migrate to Grunt as build tool 2019-10-26 19:29:00 +02:00
package-lock.json Migrate to Grunt as build tool 2019-10-26 19:29:00 +02:00
package.json Migrate to Grunt as build tool 2019-10-26 19:29:00 +02:00
tsconfig.json Migrate to Grunt as build tool 2019-10-26 19:29:00 +02:00

README.md

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