https://github.com/thaddeuskkr/tkkr.dev
My personal website, built with Astro.
https://github.com/thaddeuskkr/tkkr.dev
personal-website website
Last synced: 12 months ago
JSON representation
My personal website, built with Astro.
- Host: GitHub
- URL: https://github.com/thaddeuskkr/tkkr.dev
- Owner: thaddeuskkr
- Created: 2025-02-20T13:42:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-18T12:12:05.000Z (12 months ago)
- Last Synced: 2025-07-20T01:38:17.844Z (12 months ago)
- Topics: personal-website, website
- Language: Astro
- Homepage: https://tkkr.dev
- Size: 16.1 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# tkkr.dev
This repository contains code for a personal website hosted at [tkkr.dev](https://www.tkkr.dev).
## 🧞 Commands
All commands are run from the root of the project, from a terminal:
| Command | Action |
| :-------------------- | :----------------------------------------------- |
| `bun install` | Installs dependencies |
| `bun dev` | Starts local dev server at `localhost:4321` |
| `bun build` | Build your production site to `./dist/` |
| `bun preview` | Preview your build locally, before deploying |
| `bun astro ...` | Run CLI commands like `astro add`, `astro check` |
| `bun astro -- --help` | Get help using the Astro CLI |