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

https://github.com/schie/schie.github.io


https://github.com/schie/schie.github.io

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# dustin.schie.io

Personal homepage for Dustin Schie. Built as a single-page React app with a
Game of Life background, resumé highlights, and links to public work and
projects.

## Tech stack

- React + TypeScript
- Vite
- Tailwind CSS + DaisyUI
- d3
- Web Workers

## Development

- `npm run dev` - start local dev server
- `npm run build` - typecheck and build for production
- `npm run preview` - preview the production build
- `npm run lint` - run ESLint