Files
pdev/README.md
2022-09-30 21:12:12 -05:00

26 lines
436 B
Markdown

<h1 align="center">pdev.dev</h1>
<h4 align="center">
Simple personal page.
</h4>
<p align="center">
<strong>
<a href="https://pdev.dev">pdev.dev</a>
• <a href="#build">Build</a>
</strong>
</p>
## 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
```