[add] initial commit

This commit is contained in:
2022-09-30 21:05:45 -05:00
commit 366ae365ab
27 changed files with 10348 additions and 0 deletions

26
README.md Normal file
View File

@@ -0,0 +1,26 @@
<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
```