forked from tools/josh
1
0
Fork 0
Source code of my personal website.
Go to file
Florine W. Dekker e502ae0cf4
Fix #22
2019-10-31 13:58:28 +01:00
src Fix #22 2019-10-31 13:58:28 +01:00
.gitattributes
.gitignore
Gruntfile.js
README.md
package-lock.json
package.json Implement persistent file system 2019-10-30 22:13:28 +01:00
tsconfig.json

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 dev
# Build the application in `build/` for deployment
$> grunt deploy
# Run tests on the application in `build/`
$> npm test