Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tortitast/2024-personal-page
https://github.com/tortitast/2024-personal-page
preact svgl vite
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tortitast/2024-personal-page
- Owner: TortitasT
- Created: 2023-10-25T17:02:44.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-16T08:50:45.000Z (9 months ago)
- Last Synced: 2024-05-09T17:05:30.868Z (6 months ago)
- Topics: preact, svgl, vite
- Language: JavaScript
- Homepage: https://tortitas.eu
- Size: 1.73 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Playwright Tests](https://github.com/TortitasT/2024-personal-page/actions/workflows/playwright.yml/badge.svg)](https://github.com/TortitasT/2024-personal-page/actions/workflows/playwright.yml)
# 2024 Personal Page
Made in Preact using Vite
## Development
Install dependencies
```bash
pnpm i
```Start server
```bash
pnpm run dev
```Download technologies from svgl.app
```bash
pnpm run bin:download-tech
```Download projects from GitHub
```bash
pnpm run bin:download-projects# With auth, github has a huge limit on requests for non auth users
GITHUB_API_KEY= pnpm run bin:download-projects
```