Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 510 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 510 Bytes

SolidStartParts

PC buliding webpage. webpage image

Creating a project

# install dependencies
pnpm install

Developing

Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:

# or start the server and open the app in a new browser tab
pnpm run dev

Currently showing 20 of each parts, can be increased in src/api/component_data.ts, by changing perPage=20 number