Example for creating and publishing an instance of Catalog using Vercel.
- Create a new Catalog following these instructions.
- Create a new repository on Github following these instructions.
- Add your Catalog code to the new repository following these instructions.
For more details about how to use Catalog, check out the documentation.
- Import a project on Vercel following these instructions.
- Leave the root directory field empty.
- Add the script
yarn catalog-build
as the build command andcatalog/build
as the output directory.
- Everytime you push new code to the
master
branch, your Catalog will be deployed automatically. - You can set up a custom domain for your site on Vercel.