Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 571 Bytes

File metadata and controls

36 lines (24 loc) · 571 Bytes
permalink /contributing

Contributing guide

This file is a WIP

Development

Running locally:

pnpm install
pnpm link --global
pnpm run test

pnpm run dev - automatically compiles typescript when files on lib folder changes.

Run versoly sync locally on an Astro project

Requires

  • .env with VERSOLY_ACCESS_TOKEN
  • versoly.config.mjs in the root of the Astro project
cd an-astro-package
pnpm install
versoly sync

Inspiration