Different IDE than code pen for assignments?

I was wondering, can I use different code editor for assignments than codePen? I am using PHP Storm already and I would like if I can use it to finish assignments on freeCodeCamp?

From the FAQ:

Do I have to use CodePen for the front end projects?

As long as your code is publicly viewable, and you have a live demo, you can use whatever you want.

You can use GitHub pages or surge.sh as alternatives to CodePen.

OK, thanks a lot ! :slight_smile:

I developed all my project assignments locally using WebStorm and later PhpStorm, then I just copied and pasted into Codepen. You do need to edit a few things to get your code to work on Codepen, but its pretty trivial.