https://github.com/vinceumo/webflowtointeractiveparser
Extract content of a webflow page and create a single interactive file.
https://github.com/vinceumo/webflowtointeractiveparser
webflow
Last synced: 5 months ago
JSON representation
Extract content of a webflow page and create a single interactive file.
- Host: GitHub
- URL: https://github.com/vinceumo/webflowtointeractiveparser
- Owner: vinceumo
- License: mit
- Created: 2020-07-07T14:29:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-11T16:00:39.000Z (over 5 years ago)
- Last Synced: 2025-01-14T06:29:45.077Z (12 months ago)
- Topics: webflow
- Language: JavaScript
- Homepage:
- Size: 7.81 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Webflow to interactive parser
Extract content of a webflow page and create a single interactive file that can be embedded in another HTML page.
## Install
```bash
npm i
```
## Copy webflow export to project
Copy the content of the zip file in `./webflowExport` at the root of this project.
## Copy file to aws ad-assets bucket
Copy `./webflowExport/js` and `./webflowExport/images` to aws ad-assets bucket.
## Setting
Interactive settings can be change in `./config.toml`.
Fill up information before building the interactive. Should only need to change `assestsUrl` to the aws ad-assets bucket path.
## Create interactive
```bash
npm run build
```
Interactive will be created in `./dist/index.html`.