# Twofold RSC

Twofold is a framework for building weekend projects with React Server Components, Tailwind, and TypeScript.

The documentation is available at [twofoldframework.com](https://twofoldframework.com/).

To get started, run the following command:

```text
# Using npm
npx create-twofold-app@latest

# Using pnpm
pnpm create twofold-app@latest
```

Twofold requires Node.js `22.20.0` or higher.
