Is there a way to use the FCC platform to make my own challenges?
Is the FCC 'compiler an open source? can I use it to build a small ‘my-FCC’ site to practice html and JavaScript? ’
Absolutely. As long as you follow our BSD-3 license, you’re free to do whatever you want with the code. The simplest way to get started would be to get freeCodeCamp running locally, then start changing files in the /seed/challenges directory.
# Contributor's Guide
We welcome pull requests from freeCodeCamp campers (our students) and seasoned JavaScript developers alike! Follow these steps to contribute:
1. Find an issue that needs assistance by searching for the [Help Wanted](https://github.com/freeCodeCamp/freeCodeCamp/labels/help%20wanted) tag.
2. Let us know you are working on it by posting a comment on the issue.
3. Follow the [Contribution Guidelines](#contribution-guidelines) to start working on the issue.
Remember to feel free to ask for help in our [Contributors](https://gitter.im/FreeCodeCamp/Contributors) Gitter room.
Working on your first Pull Request? You can learn how from this *free* series [How to Contribute to an Open Source Project on GitHub](https://egghead.io/series/how-to-contribute-to-an-open-source-project-on-github)
###### If you've found a bug that is not on the board, [follow these steps](README.md#found-a-bug).
--------------------------------------------------------------------------------
## Contribution Guidelines
This file has been truncated. show original
2 Likes