Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tortitast/2024-personal-page


https://github.com/tortitast/2024-personal-page

preact svgl vite

Last synced: 7 days ago
JSON representation

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