Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mrtimeey/personal-page

Simple profile landing page for server root.
https://github.com/mrtimeey/personal-page

tailwind vue3 vuejs

Last synced: about 2 months ago
JSON representation

Simple profile landing page for server root.

Awesome Lists containing this project

README

        

# personal-page ![main](https://github.com/MrTimeey/personal-page/workflows/main/badge.svg?branch=main)

Simple profile page with vue3, vite and tailwind. Highly inspired by [tailwindtoolbox / Profile-Card](https://github.com/tailwindtoolbox/Profile-Card).

## 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
```

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

```sh
npm run lint
```