My Homepage - indietasten.net
Written using Next.js + Tailwind, compiled to static HTML.
This repo provides a dev container config. Open in dev container and run
pnpm install
pnpm run dev
to start coding.
This repository automatically deploys preview versions of the site for each pull request. When you open a PR:
- A GitHub Actions workflow builds the site with a PR-specific base path
- The built site is deployed to
https://indietasten.net/pr-preview/pr-{number} - A comment is posted on the PR with the preview URL
- The preview is automatically updated when you push new commits
- When the PR is closed or merged, the preview is automatically removed
This allows reviewers to see changes live before merging to production.