Skip to content

Commit

Permalink
chore: Use Volta and update to pnpm 9
Browse files Browse the repository at this point in the history
  • Loading branch information
lanesawyer committed Nov 20, 2024
1 parent 9631bf7 commit e04b454
Show file tree
Hide file tree
Showing 3 changed files with 2,564 additions and 2,205 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ For details on running or adding new examples, see the `docs/examples.md` file.

Contributions are welcome! We're currently breaking apart the Scattebrain component into smaller, more manageable packages. If you have a package that you think would be useful to others, please open a PR.

# Installation for Development

This project uses [Node.js](https://nodejs.org) and [pnpm](https://pnpm.io/). We use [Volta](https://volta.sh/) to manage the versions of each. If you're not using Volta, check the "volta" key in the root `package.json` for the Node and pnpm versions we're using when developing.

Volta has experimental support for pnpm, so [follow the steps on their docs](https://docs.volta.sh/advanced/pnpm) to get it enabled.

# Using the Libraries

See the `docs/using-packages.md` file for information on how to use the packages in your own projects.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,9 @@
"prettier": "3.3.2",
"process": "^0.11.10",
"typescript": "^5.3.3"
},
"volta": {
"node": "22.11.0",
"pnpm": "9.14.2"
}
}
Loading

0 comments on commit e04b454

Please sign in to comment.