https://github.com/kadirlofca/backroom
A reactive portfolio template with tag based project sorting.
https://github.com/kadirlofca/backroom
astrojs css html nanostores portfolio svelte tailwindcss template
Last synced: 12 months ago
JSON representation
A reactive portfolio template with tag based project sorting.
- Host: GitHub
- URL: https://github.com/kadirlofca/backroom
- Owner: kadirlofca
- License: mit
- Created: 2025-03-02T00:24:34.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-15T01:01:06.000Z (over 1 year ago)
- Last Synced: 2025-06-09T12:48:34.673Z (about 1 year ago)
- Topics: astrojs, css, html, nanostores, portfolio, svelte, tailwindcss, template
- Language: Astro
- Homepage:
- Size: 2.74 MB
- Stars: 10
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Backroom - A reactive portfolio template.

Features:
- ✅ Auto populated project tags hero section.
- ✅ Post gallery that can be sorted based on tags.
- ✅ 100/100 Lighthouse performance
- ✅ SEO-friendly with canonical URLs and OpenGraph data
- ✅ Sitemap support
- ✅ RSS Feed support
- ✅ Markdown & MDX support

## 🧞 Commands
All commands are run from the root of the project, from a terminal:
| Command | Action |
| :--------------------- | :----------------------------------------------- |
| `pnpm install` | Installs dependencies |
| `pnpm dev` | Starts local dev server at `localhost:4321` |
| `pnpm build` | Build your production site to `./dist/` |
| `pnpm preview` | Preview your build locally, before deploying |
| `pnpm astro ...` | Run CLI commands like `astro add`, `astro check` |
| `pnpm astro -- --help` | Get help using the Astro CLI |