pdev.dev
Simple personal page.
pdev.dev
• Build
## Build
Made with [`Vue.js`](https://vuejs.org), [`Gridsome`](https://gridsome.org) and [`Bulma`](https://bulma.io/).
```bash
# run locally
yarn install
yarn develop
```
```bash
# build
yarn install
yarn build
```