https://github.com/schie/schie.github.io
https://github.com/schie/schie.github.io
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/schie/schie.github.io
- Owner: schie
- License: mit
- Created: 2016-12-13T14:33:54.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2026-01-11T06:28:11.000Z (6 months ago)
- Last Synced: 2026-01-11T12:44:41.465Z (6 months ago)
- Language: TypeScript
- Homepage: http://dustin.schie.io/
- Size: 34.8 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
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