forked from tools/josh
1
0
Fork 0
Source code of my personal website.
Go to file
Florine W. Dekker dfabe2df63
Use Mocha+Chai as test framework
2019-10-31 20:40:51 +01:00
src Use Mocha+Chai as test framework 2019-10-31 20:40:51 +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 Use Webpack for bundling dependencies 2019-10-31 19:01:41 +01:00
README.md Use Webpack for bundling dependencies 2019-10-31 19:01:41 +01:00
package-lock.json Use Mocha+Chai as test framework 2019-10-31 20:40:51 +01:00
package.json Use Mocha+Chai as test framework 2019-10-31 20:40:51 +01:00
tsconfig.json Use Mocha+Chai as test framework 2019-10-31 20:40:51 +01:00

README.md

fwdekker.com

The source code of my personal website.

Development

Requirements

CLI

# Install dependencies (only needed once)
$> npm install
# Build the application in `build/` for development
$> npm run dev
# Build the application in `build/` for deployment
$> npm run deploy
# Run tests on the application in `build/`
$> npm test