Putting a meteor project on github

I’ve not been able to find this anywhere, is there anything special I need to do to put a meteor project into a repo so I can open-source the project?

Should be nothing special. I would include whatever packages you added in the readme.md as well as the type of licence you are going to use. Open Source is not a license. If you have any deployment specific stuff (like your AWS key) you want to make sure that is left out.

Ok, thanks. I know, that’s why I didn’t ask about a license. I just
wasn’t sure if it had to be bundled or packaged specially or anything in
order to make it easier for people to work on it.