freeCodeCamp 2018 JAMstack Hackathon at GitHub in San Francisco on November 3 - 4

I have used a Source tree instead. Easy to use and command free :wink:

Actually, Its a great thing. All thanks to FCC. I am also going to join online.

Thanks for doing this @QuincyLarson. The article is well written; easy for the people who is new to git, npm, gatsy etc. Really appreciate :clap:

Its always great to be a part of FCC community.

Very excited :star_struck:

2 Likes

Yesterday evening I submitted mine also.
I have a question: Do we have to make a fancy index page in order to win the ticket? Or how the tickets get assigned after we submit our web app?
Thank you @FreeCodeCamp and @QuincyLarson for all these great opportunities for all of us campers! We really appreciate all you do to keep us on the top!
The instructions were very clear and easy to follow!
I will join the hackathon online too! This will be my first one also!

1 Like

I havenā€™t got the ticket yet, still waiting.

Is this hackathon only applicable to the FCC campers only?

wooo!! That`s awesome

How to get online registration link for online hackathon ?

Hello @vamsikrishnareddybev
As for the npm: command not found , means you donā€™t have npm installed on your machine. You will need to do so first before installing gatsby.

Git Bash can be used on Windows 7.

But you donā€™t have to use it (or the Linux Subsystem on Windows 10) to run any Node.js/NPM commands, as those commands are OS-agnostic. You can just as easily use the Windows CMD or PowerShell. I personally recommend using PowerShell on Windows as it supports a variety of Linux commands (not all of them, but enough to be useful), and is more flexible to use than either Git Bash or the Linux Subsystem (on Windows 10).

1 Like

i am using gitbash ā€¦ i have 64 bit ,windows 10ā€¦is it fine?

or should i use wsl?

Can we use react with webpack?

i did not understood step 12 ā€¦can anyone help me plzā€¦?

what i understood isā€¦we should add the jamstack-hello-world repository to the gatsby folderā€¦am i right?ā€™

You donā€™t have to make the index page fancy. Even making a slight change to the HTML will be fine. The main thing Iā€™m looking for is that you were able to open up the right file in your code editor, make changes, and commit the changes, then push them live to Netlify.

1 Like

Anyone can apply for a ticket, regardless of whether they are active in the freeCodeCamp community.

Though we hope theyā€™ll become more active in the future - the freeCodeCamp community can use all the open source contributors we can get :slight_smile:

3 Likes

Thank you @MonikaPatelIT Good luck to you too.

Hi @vamsikrishnareddybev , Have you solve the problem? I am having it too, kinda.

  • I have already NPM since I installed Node.js before.
    when I am running just the npm command I see npm deatils.

  • when I am running the: sudo npm install --global gatsby-cli
    I got a similer message.

all in one image here:
image

I have Win7 64bit, running Git Bash.

What am I missing?

Be glad for any help @rookieblue0001 from you too.

thank you all
Itsik

Hi @QuincyLarson, @rookieblue0001
I was able to install Gatsby.js (went to their site instructions), but withour the ā€˜sudoā€™ key word, just:
npm install --global gatsby-cli
and got the message:

Is this OK to go to the next steps?

Thank you

As you are using Windows, please remove sudo :slight_smile:

Just got done and applied for a ticket to the online hackathon! Thanks for getting the word out on this, Quincy!

1 Like