This project is a monorepo set up using pnpm Workspace. To run / develop this project locally:
- Clone this repo or your fork
- Run
pnpm install
from the root directory - Run
pnpm dev
from the/demo
directory to run the demo site - You can make changes to any component in
packages/astro-tweet
and see the changes in the demo page - Once you have the changes ready, run
pnpm changeset add
if there's any changes in theastro-tweet
package. If your changes do not require publishing a new version tonpm
, you don't need to do this step.