Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sean-hill/personal-website
My personal website 🎉
https://github.com/sean-hill/personal-website
Last synced: 5 days ago
JSON representation
My personal website 🎉
- Host: GitHub
- URL: https://github.com/sean-hill/personal-website
- Owner: sean-hill
- Created: 2019-04-08T15:24:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-02T15:59:50.000Z (over 1 year ago)
- Last Synced: 2024-11-08T08:46:06.299Z (about 2 months ago)
- Language: Vue
- Homepage: https://seanhill.info
- Size: 4.62 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sean Hill's personal website 🎉🎉🎉
My personal portfolio website built using Vue.js and the Bulma CSS framework. I leveraged the following technologies:
- Vue.js
- AWS Amplify
- MarkdownIt
- PrismJS
- VueScrollTo## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Unit tests
```
npm run test:unit
```