Official documentation for the Solid ecosystem
Solid is a JavaScript framework designed for creating high-performance user interfaces with a reactive approach and component-based architecture. The documentation repository contains the source code for building the Solid docs. Solid aims to empower developers in constructing efficient and scalable web applications.
pnpm install
pnpm dev
This will launch the app at localhost:3000 or the next available port.
Solid is a JavaScript framework that prioritizes high-performance user interfaces through a reactive approach and component-based architecture. The documentation repository welcomes community contributions for improving the docs. Running the Solid site locally is recommended through platforms like CodeSandbox, Gitpod, or StackBlitz for convenient browsing, editing, and testing.