Skip to content

kazukit-dev/yotei

Repository files navigation

Yotei

Modern calendar application built with TypeScript.

Getting Started

# Install dependencies
pnpm install

# Start development servers
pnpm run dev:all

Project Structure

yotei/
|-- apps/
|   |-- api/          # Backend API (Cloudflare Workers + Hono)
|   +-- web/          # Frontend (Remix + React)
|-- infra/            # Infrastructure (Terraform)
+-- packages/         # Shared packages```

## Development

```bash
# Development
pnpm run dev:all

# Quality checks
pnpm run check:all

# Testing
pnpm run test:all

# Fix formatting/linting
pnpm run fix:all

Tech Stack

  • Backend: Cloudflare Workers, Hono, PostgreSQL, Drizzle ORM
  • Frontend: Remix, React, Tailwind CSS, React Aria Components
  • Infrastructure: AWS, Terraform
  • Language: TypeScript

Requirements

  • Node.js 22.16.0
  • pnpm 10.0.0+

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •