Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 405 Bytes

File metadata and controls

17 lines (11 loc) · 405 Bytes

Twofold RSC

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

The documentation is available at twofoldframework.com.

To get started, run the following command:

# Using npm
npx create-twofold-app@latest

# Using pnpm
pnpm create twofold-app@latest

Twofold requires Node.js 22.20.0 or higher.