https://github.com/rupurt/keel-website
Marketing website for Keel - Agentic SDLC management
https://github.com/rupurt/keel-website
Last synced: about 1 month ago
JSON representation
Marketing website for Keel - Agentic SDLC management
- Host: GitHub
- URL: https://github.com/rupurt/keel-website
- Owner: rupurt
- License: mit
- Created: 2026-02-25T22:36:33.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-02-26T00:54:13.000Z (4 months ago)
- Last Synced: 2026-02-26T05:34:41.244Z (4 months ago)
- Language: TypeScript
- Homepage: https://www.keels.dev
- Size: 48.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Keel Website
This is the repository for the Keel website.
## Stack
- **Framework**: [TanStack Start](https://tanstack.com/start) (React + TanStack Router)
- **Styling**: [Tailwind CSS](https://tailwindcss.com)
- **Toolchain**: [Nix](https://nixos.org), [Node.js](https://nodejs.org), [Just](https://github.com/casey/just)
- **Deployment**: [Cloudflare Pages](https://pages.cloudflare.com)
## Development
1. Enter the Nix development shell:
```bash
nix develop
```
2. Set up the project:
```bash
just setup
```
3. Start the development server:
```bash
just dev
```
## Scripts
- `just setup`: Install dependencies and browser runtime assets.
- `just dev`: Start the development server.
- `just build`: Build for production.
- `just check`: Run type checking.
- `just lint`: Lint the codebase.
- `just test`: Run e2e tests.