Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mrtimeey/personal-page
- Owner: MrTimeey
- License: mit
- Created: 2022-12-30T00:27:20.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-02T15:00:08.000Z (about 2 years ago)
- Last Synced: 2024-10-31T14:26:21.526Z (3 months ago)
- Topics: tailwind, vue3, vuejs
- Language: Vue
- Homepage: https://personal-page.mrtimeey.de
- Size: 1.04 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```