[add] initial commit
This commit is contained in:
26
README.md
Normal file
26
README.md
Normal 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
|
||||
```
|
||||
Reference in New Issue
Block a user