Hello guys ! I just completed my first FCC project and would like to upload it to github because the CodePen app isn’t flexible enough for me. How do I use the CDN link to run the tests in the Github environment?? Thanks in advance !
How to review projects on Github
How to review projects on Github
0
If you are developing your project locally, you can simply add the following to the bottom of your body element.
<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>
This will allow the test suite menu to show on the project regardless of where you actually host it for others to view.
ArielLeslie
#4
Keep in mind that if you want to submit the projects, there must be a live version of the project for people to view.