Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/masterevarior/personal-website

📃 Just my small personal website
https://github.com/masterevarior/personal-website

personal-website terminal-emulator vue vuejs website

Last synced: 1 day ago
JSON representation

📃 Just my small personal website

Awesome Lists containing this project

README

        

# Personal Website
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/MasterEvarior/personal-website/Deploy%20to%20github%20pages)
![GitHub package.json version](https://img.shields.io/github/package-json/v/MasterEvarior/personal-website)
A small, personal website in the style of a terminal.

## Used technologies
- [Vue.js](https://vuejs.org)
- [vue-shell](https://github.com/HalasProject/vue-shell)
- GitHub-Actions(for automating the deployment)

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Run your tests
```
npm run test
```

### Lints and fixes files
```
npm run lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).