Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michaelpalacce/personal-website-vue
Personal website written in vue
https://github.com/michaelpalacce/personal-website-vue
vue website
Last synced: 2 months ago
JSON representation
Personal website written in vue
- Host: GitHub
- URL: https://github.com/michaelpalacce/personal-website-vue
- Owner: Michaelpalacce
- Created: 2021-05-25T17:15:19.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-25T18:35:44.000Z (5 months ago)
- Last Synced: 2024-08-25T19:46:18.116Z (5 months ago)
- Topics: vue, website
- Language: JavaScript
- Homepage:
- Size: 13.5 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# personal-website-vue
My personal website written in VueJS and utilizing [EventRequest](https://github.com/Michaelpalacce/EventRequest) as a backend.
This is pretty much my personal playground and business card in one. This is the place that holds the most up-to-date information about me
and all the things I am currently working on.A demo is worth a thousand words, so visit: https://stefangenov.site for a demo
## To enable running this on a very low end server, without running out of memory, a lot of dependencies have been moved to devDependencies
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
pm2-runtime dev.ecosystem.config.js
```### Compiles and runs for production
```
npm run build && pm2-runtime ecosystem.config.js
```### Deploy:
To deploy, go to the github action and run the `Release New Version` Action. Select the release type from the inputs.