11[ ![ This project uses GitHub Actions for continuous integration.] ( https://github.com/ember-learn/ember-help-wanted/workflows/CI/badge.svg )] ( https://github.com/ember-learn/ember-help-wanted/actions?query=workflow%3ACI )
22[ ![ This project uses Percy.io for visual regression testing.] ( https://percy.io/static/images/percy-badge.svg )] ( https://percy.io/Ember/ember-help-wanted )
33
4- ember-help-wanted
5- ==============================================================================
4+ # ember-help-wanted
65
76This app helps you find Ember-related issues and contribute to open source. It works well for project nights for meetups, conferences, and hackathons.
87
98The app is designed to interface with [ ember-help-wanted-server] ( https://github.com/ember-learn/ember-help-wanted-server ) as the backend.
109
1110
12- Big picture
13- ------------------------------------------------------------------------------
11+ ## Big picture
1412
1513Our goal with this app is to do two major things in the Ember community.
1614
@@ -37,8 +35,7 @@ contributors to various projects, which in turn could help the entire community
3735accomplish ambitious things faster.
3836
3937
40- Big picture, technically
41- ------------------------------------------------------------------------------
38+ ### Big picture, technically
4239
4340To accomplish the above, we aim to have [ a Node backend] ( https://github.com/ember-learn/ember-help-wanted-server )
4441that receives Github webhook notifications about issues across a number of Ember
@@ -51,8 +48,7 @@ add some level of curation to the issues (whether that is needed is still to be
5148determined) or in other ways editorialize as issues show up in the app.
5249
5350
54- Future goals
55- ------------------------------------------------------------------------------
51+ ### Future goals
5652
5753We hope that meetup organizers (and contributor workshops at various Ember
5854conferences) are able to sort through issues and pick subsets for their meetings. For example,
@@ -72,28 +68,24 @@ write up an issue or contact us on the Ember Community Discord `#st-help-wanted-
7268channel. Look forward to working on these things with you further!
7369
7470
75- Prerequisites
76- ------------------------------------------------------------------------------
71+ ## Prerequisites
7772
7873You will need the following things properly installed on your computer.
7974
8075* [ Git] ( https://git-scm.com/ )
81- * [ Node.js] ( https://nodejs.org/ )
82- * [ NPM] ( https://npmpkg.com/ )
83- * [ Ember CLI] ( https://ember-cli.com/ )
76+ * [ Node.js] ( https://nodejs.org/ ) (with npm)
77+ * [ Ember CLI] ( https://cli.emberjs.com/release/ )
8478* [ Google Chrome] ( https://google.com/chrome/ )
8579
8680
87- Installation
88- ------------------------------------------------------------------------------
81+ ## Installation
8982
9083* ` git clone <repository-url> ` this repository
9184* ` cd ember-help-wanted `
92- * ` npm install`
85+ * ` pnpm install`
9386
9487
95- Running / Development
96- ------------------------------------------------------------------------------
88+ ## Running / Development
9789
9890* ` ember serve `
9991* Visit your app at [ http://localhost:4200 ] ( http://localhost:4200 ) .
@@ -115,28 +107,27 @@ Make use of the many generators for code, try `ember help generate` for more det
115107
116108### Running Tests
117109
118- * ` npm test`
119- * ` npm test --server`
110+ * ` pnpm test`
111+ * ` pnpm test --server`
120112
121113### Linting
122114
123- * ` npm run lint`
124- * ` npm run lint:fix`
115+ * ` pnpm run lint`
116+ * ` pnpm run lint:fix`
125117
126118### Building
127119
128- * ` npm build` (production)
120+ * ` pnpm build` (production)
129121
130122### Deploying
131123
132124Specify what it takes to deploy your app.
133125
134126
135- Further Reading / Useful Links
136- ------------------------------------------------------------------------------
127+ ## Further Reading / Useful Links
137128
138129* [ ember.js] ( https://emberjs.com/ )
139- * [ ember-cli] ( https://ember- cli.com/ )
130+ * [ ember-cli] ( https://cli.emberjs. com/release / )
140131* Development Browser Extensions
141132 * [ ember inspector for chrome] ( https://chrome.google.com/webstore/detail/ember-inspector/bmdblncegkenkacieihfhpjfppoconhi )
142133 * [ ember inspector for firefox] ( https://addons.mozilla.org/en-US/firefox/addon/ember-inspector/ )
0 commit comments