mirror of
https://github.com/lainbo/component-party.git
synced 2026-04-05 04:59:02 +08:00
944 B
944 B
🧑💻 Contributing
This site is built with Vite and Svelte. Site content is written in Markdown format located in content. For simple edits, you can directly edit the file on GitHub and generate a Pull Request.
Add a new framework
- Fork the project and create a new branch
- Add the new framework SVG logo in
public/framework - In
frameworks.ts, add a new entry with SVG link - If the framework needs a language syntax highlight, add it to the call to
getHighlighter’slangsargument inbuild/lib/generateContent.ts - To make a playground link in
build/lib/playgroundUrlByFramework.ts.
Improve website
For local development, pnpm is preferred as package manager:
pnpm i
pnpm run dev
This project requires Node.js to be v22.18.0 or higher, because we use new JavaScript features in our code, such as optional chaining.