{"id":13715132,"url":"https://github.com/alexchantastic/framer-seed","last_synced_at":"2025-05-16T18:15:13.239Z","repository":{"id":57241377,"uuid":"56947126","full_name":"alexchantastic/framer-seed","owner":"alexchantastic","description":"Kickstart your Framer Library prototype development","archived":false,"fork":false,"pushed_at":"2023-05-22T19:40:51.000Z","size":981,"stargazers_count":33,"open_issues_count":0,"forks_count":6,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-07T03:38:29.965Z","etag":null,"topics":["framer","framer-library","framer-prototype","framerjs","prototype"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alexchantastic.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-04-24T00:35:12.000Z","updated_at":"2025-01-15T11:04:24.000Z","dependencies_parsed_at":"2024-11-14T03:31:14.931Z","dependency_job_id":"557fdfbc-81cf-44d9-b69f-6feb9fdd44a8","html_url":"https://github.com/alexchantastic/framer-seed","commit_stats":null,"previous_names":["alexchantastic/framer-bootstrap"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexchantastic%2Fframer-seed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexchantastic%2Fframer-seed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexchantastic%2Fframer-seed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexchantastic%2Fframer-seed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alexchantastic","download_url":"https://codeload.github.com/alexchantastic/framer-seed/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254582928,"owners_count":22095520,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["framer","framer-library","framer-prototype","framerjs","prototype"],"created_at":"2024-08-03T00:00:54.503Z","updated_at":"2025-05-16T18:15:13.212Z","avatar_url":"https://github.com/alexchantastic.png","language":"JavaScript","funding_links":[],"categories":["Other"],"sub_categories":[],"readme":"# framer-seed\n\n![framer-seed screenshot](https://cloud.githubusercontent.com/assets/604167/14765101/cff41b58-0986-11e6-9263-b00a186bdf6b.jpg)\n\nThis project is lets you work with the original (deprecated) [Framer Library](https://web.archive.org/web/20200513100506/https://classic.framer.com/docs/).\n\nYou can use this project to create a local development environment similar to [Framer Classic](https://web.archive.org/web/20210116175257/https://classic.framer.com/).\n\nWith this sytem you are able to stay within your preferred operating system, editor, and WebKit-compatible browser environment.\n\n## Table of Contents\n\n-   [Requirements](#requirements)\n-   [Installation](#installation)\n-   [Quick Start](#quick-start)\n-   [Commands](#commands)\n-   [Previewing \u0026 Distribution](#previewing--distribution)\n-   [Importing/Exporting](#importingexporting)\n-   [Framer Library Version](#framer-library-version)\n\n## Requirements\n\n-   [node](https://nodejs.org) (v18.16.x)\n\nThe project may work on earlier/later versions of the above, but it has not been officially tested.\n\n## Installation\n\n1. Clone the repository\n2. `cd` into the created directory\n3. Run `npm install`\n\n## Quick Start\n\nAfter the install has completed, run `npm start` to launch a local server at [http://localhost:3000](http://localhost:3000) and add your Framer code to `app.coffee` in the `src` folder.\n\nAny changes you make to `app.coffee` or your [modules](https://web.archive.org/web/20200513100506/https://classic.framer.com/docs/#modules.modules) will refresh the page automatically.\n\n## Commands\n\n-   `npm start` - Runs a local web server at [http://localhost:3000](http://localhost:3000) and refreshes the page when changes are made\n-   `npm run build` - Compiles `app.coffee` and required modules for distribution\n-   `npm install` - Downloads and builds webpack and other dependencies\n\n## Previewing \u0026 Distribution\n\nRun `npm start` to view your prototype at [http://localhost:3000](http://localhost:3000).\n\nYour Framer prototype can also be viewed on other devices on your local network by pointing your device's WebKit-compatible browser to your local IP at port `3000` (e.g., [http://192.168.0.100:3000](http://192.168.0.100:3000)). Any device type rendering will be hidden appropriately.\n\nIf you need to distribute your prototype, run `npm build` to generate a build in the `dist` folder. Open `index.html` in any WebKit-compatible browser to view your prototype. Note that default device type renderings may not appear if you do not have an internet connection.\n\n## Importing/Exporting\n\nExisting Framer projects can be easily imported into this project by copying the following files/folders from your `project.framer` folder into the project's `src` directory:\n\n-   `app.coffee`\n-   `modules/` (optional if you do not have any modules)\n-   `images/` (optional if you do not have any locally referenced images)\n-   `imported/` (optional if you do not have any imported Sketch/Photoshop assets)\n\n## Framer Library Version\n\nThis project includes the last version of the Framer library (3.0.0).\n\nSince the library is no longer being updated, there is no longer any reason to maintain the system for fetching and building the latest version.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexchantastic%2Fframer-seed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexchantastic%2Fframer-seed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexchantastic%2Fframer-seed/lists"}