Skip to content

wix-incubator/interact

Repository files navigation

Interact Monorepo

This repository hosts the Interact library, accompanying docs, and any supporting applications. It is structured as an npm workspace-powered monorepo with the following layout:

  • packages/ for publishable libraries (starting with the core Interact library).
  • apps/ for documentation, demos, and future experience-specific frontends.
  • Shared root tooling such as TypeScript configs, linting, and scripts.

Getting Started

Install dependencies

npm install

Building

npm run build

Testing

npm run test

Running demo app

npm run dev:demo

Running documentation app

npm run dev:docs

Tooling

  • npm run lint – runs ESLint across all packages and apps using the shared config.
  • npm run format – formats the repo with Prettier’s shared settings.
  • npm run format:check – verifies formatting without writing changes.

About

A powerful, declarative interaction library for creating engaging web apps.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages