forked from tools/josh
1
0
Fork 0
Source code of my personal website.
Go to file
Florine W. Dekker 9837f16296
Implement cat command
2019-10-31 01:34:36 +01:00
src Implement cat command 2019-10-31 01:34:36 +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 Set up testing framework 2019-10-29 18:36:26 +01:00
README.md Set up testing framework 2019-10-29 18:36:26 +01:00
package-lock.json Set up testing framework 2019-10-29 18:36:26 +01:00
package.json Implement persistent file system 2019-10-30 22:13:28 +01:00
tsconfig.json Set up testing framework 2019-10-29 18:36:26 +01: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 dev
# Build the application in `build/` for deployment
$> grunt deploy
# Run tests on the application in `build/`
$> npm test