forked from tools/josh
1
0
Fork 0
josh/README.md

24 lines
457 B
Markdown

# fwdekker.com
The source code of [my personal website](https://fwdekker.com/).
## Development
### Prerequisites
* [npm](https://www.npmjs.com/)
* [grunt-cli](https://www.npmjs.com/package/grunt-cli)
### CLI
```shell script
# Install dependencies (only needed once)
$> npm install
```
```shell script
# Build the application in `build/` for development
$> grunt
```
```shell script
# Build the application in `build/` for deployment
$> grunt deploy
```