Your project is in local machine, and you want to share the
it with the world, you would want it to be
published on GitHub.
How to publish a package?
You can create a package from scratch or you can use a template.
If you choose to use the `fastn github template`,
[click here](https://github.com/ftd-lang/fastn-template/generate).
Use that template to create your package and copy your project code and
replace the pre-defined code of tempate in the `index.ftd` document.
This way, you have moved your project into a package that anyone can use in
their projects.
Continue with the [part 6 now](/expander/polish/).