https://github.com/dxphilo/me
My Personal Blog Website. 🔖
https://github.com/dxphilo/me
blogsite portfolio
Last synced: 7 months ago
JSON representation
My Personal Blog Website. 🔖
- Host: GitHub
- URL: https://github.com/dxphilo/me
- Owner: dxphilo
- Created: 2021-06-01T10:16:46.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-02-26T19:28:36.000Z (over 1 year ago)
- Last Synced: 2025-02-26T20:29:42.500Z (over 1 year ago)
- Topics: blogsite, portfolio
- Language: Vue
- Homepage: https://johnphilip.dev
- Size: 10.3 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Portfolio Blogsite
This is my portfolio and blog website

#### Built with
- NuxtJs
- Nuxt-content
- Tailwind CSS
- Markdown
#### Image Resources
- Pexels
- Unsplash
## Getting Started
```bash
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn run dev
# build for production and launch server
$ yarn run build
$ yarn run start
# generate static project
$ yarn run generate
```
## Authors
- [John Philip](https://www.github.com/developerphilo)
For detailed explanation on how things work, check out [Getting Started With Nuxt](https://medium.com/javascript-in-plain-english/getting-started-with-nuxt-4652bc83ddc6).