Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 327 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (16 loc) · 327 Bytes

Contributing

Building

Build vike-solid:

git clone https://github.com/vikejs/vike-solid.git
cd vike-solid/ && pnpm install
pnpm build

Validating

Running the examples

You can then test your modifications against an example, e.g. examples/full/:

cd examples/full/
pnpm dev
cd ../../