Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document how to set this project up for development locally? #285

Open
JoshuaKGoldberg opened this issue Aug 11, 2022 · 1 comment
Open
Assignees

Comments

@JoshuaKGoldberg
Copy link
Contributor

I want to help! 馃槃

But, there's no lockfile checked in, and the .gitignore explicitly ignores a yarn.lock. Should we be using Yarn, then?

@aladdin-add
Copy link
Contributor

hi, thanks! we intentioned to not using the lockfile - same reason as eslint: https://github.com/eslint/eslint#why-doesnt-eslint-lock-dependency-versions

I was using npm, but it should be fine to use other package managers like yarn/pnpm. It's nothing special to setup, just run

$ npm install
$ npm test

I'll try to put a contributing guide later. 馃槃

@aladdin-add aladdin-add self-assigned this Aug 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants