Can't run npm run markdown
hpez opened this issue · 4 comments
hpez commented
hemal7735 commented
@hpez thank you for creating the issue. Can you elaborate more on the steps that you followed from the beginning (starting from git clone)?
hpez commented
git clone ...
cd good-first-issue/data/
vim projects.json and added an entry
and npm run markdown
hemal7735 commented
git clone ...
cd good-first-issue/data/
vim projects.json and added an entry
and npm run markdown
Hi @hpez
Please do this after git clone.
- cd good-first-issue
- npm install
then you can add an entry in data/projects.json, and run npm run markdown.
hpez commented
Thanks that did the trick