Setting up Webflow on Ruby on Rails

Kevin Kim
3 min readAug 13, 2018

Read this to save time.

Step 1: Create a new rails app:

rails new webflow-demo

Step 2: Download zip file of exported html/css/js Webflow code from the website.

Download the zip file

Step 3: Copy and import in the following css and js files from the exported Webflow folder:

css/normalize.css
css/your_site.webflow.css…

--

--