# fwdekker.com The source code of [my personal website](https://fwdekker.com/). ## Development ### Requirements * [npm](https://www.npmjs.com/) ### CLI ```shell script # Install dependencies (only needed once) $> npm install ``` ```shell script # Build the application in `build/` for development $> npm run dev # Build the application in `build/` for deployment $> npm run deploy ``` ```shell script # Run tests on the application in `build/` $> npm test ```