The JavaScript Online Shell. https://fwdekker.com/
Go to file
Florine W. Dekker 529f213846
Set up testing framework
2019-10-29 18:36:26 +01:00
src Set up testing framework 2019-10-29 18:36:26 +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 Set up testing framework 2019-10-29 18:36:26 +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