Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,12 @@ node_modules
.history
dist
/coverage

# npm is the supported package manager (CI runs `npm ci` and the
# package-lock.json files are committed). Keep a stray lockfile from another
# resolver out of commits — two lockfiles in the tree make `npm ci` fail in
# confusing ways for the next person.
bun.lock
bun.lockb
pnpm-lock.yaml
yarn.lock
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

## Installation

- npm is the supported package manager. CI runs `npm ci`, and both `package-lock.json` files are committed — other resolvers are gitignored so a stray lockfile cannot be committed by accident.
- Running `npm install` in the component's root directory will install everything you need for development.
- Running `npm install` in the `demo` directory will install everything you need to run the demo app locally.

Expand Down