Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,20 +173,33 @@ Looking for advanced features? Check out [Styleframe Pro](https://styleframe.dev

## Development

### Prerequisites

- [Node.js](https://nodejs.org/) v22.0.0 or higher
- [pnpm](https://pnpm.io/) v10.7.1 or higher

### Getting Started

```bash
# Clone the repository
git clone https://github.com/styleframe-dev/styleframe.git
cd styleframe

# Install dependencies
pnpm install

# Run tests
pnpm test

# Build
# Build all packages
pnpm build

# Start development server (docs + storybook)
pnpm dev:docs
```

See [CONTRIBUTING.md](./CONTRIBUTING.md) for detailed contribution guidelines.

## License

Styleframe is [MIT licensed](https://github.com/styleframe-dev/styleframe/blob/main/LICENSE).
Expand Down
Loading