forked from tools/josh
1
0
Fork 0
Source code of my personal website.
Go to file
Florine W. Dekker f85ee1a305
Fix #8
2019-10-29 12:36:03 +01:00
src Fix #8 2019-10-29 12:36:03 +01: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 Simplify script file listing 2019-10-27 01:15:36 +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