Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sundowndev/website

Personal website
https://github.com/sundowndev/website

personal-website portfolio vuejs website

Last synced: about 2 months ago
JSON representation

Personal website

Awesome Lists containing this project

README

        

# website

2019 version of my personal website.

## Project Setup

```sh
npm install
```

### Compile and Hot-Reload for Development

```sh
npm run dev
```

### Type-Check, Compile and Minify for Production

```sh
npm run build
```

### Run Unit Tests with [Vitest](https://vitest.dev/)

```sh
npm run test:unit
```

### Lint with [ESLint](https://eslint.org/)

```sh
npm run lint
```