CryoLayer is a tool for deploying your Webflow site as a static site on Netlify. This is just the free single page version. Get a license here for the infinite-page version.
CryoLayer is a no code tool by default, but read on if you're a developer.
Make sure you have 2 environment variables set:
URL
: The destination URLWEBFLOW_URL
: The original source URL to be scraped
To do this, you can create a .env
file with the contents of .env.template
. and fill in the variables.
Then run:
yarn build
It should output the files to the dist
folder in the project root. You can test the site out locally by running:
yarn serve