Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dxphilo/me
My Personal Blog Website. 🔖
https://github.com/dxphilo/me
blogsite portfolio
Last synced: about 1 month ago
JSON representation
My Personal Blog Website. 🔖
- Host: GitHub
- URL: https://github.com/dxphilo/me
- Owner: dxphilo
- Created: 2021-06-01T10:16:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-11T12:43:06.000Z (12 months ago)
- Last Synced: 2024-04-23T18:35:50.916Z (8 months ago)
- Topics: blogsite, portfolio
- Language: Vue
- Homepage: https://johnphilip.dev
- Size: 10.2 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
![Blogsite website](/assets/img/webscreenshot.png)
#### 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).