Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shiftsave/framerx-build-system

A starter repo to get started with building a Design System within Framerx using production components
https://github.com/shiftsave/framerx-build-system

Last synced: about 2 months ago
JSON representation

A starter repo to get started with building a Design System within Framerx using production components

Awesome Lists containing this project

README

        

# Framer X Build System
screen shot 2018-08-30 at 3 18 12 pm

This repository contains a build system to transpile React components into a self-contained library for use in Framer X. This was built in order to bridge the gap between the components used in design and their counterparts in production.

### Installation

1. Clone, download or fork this repository
2. `cd framerx-build-system && yarn install`

### Available Commands
#### `yarn build`
Bundles the production codebase into ES6 and copies it into the `/lib` inside Framer X contents.

#### `yarn sync:lib`
Replaces `/lib` inside Framer X contents with the latest version of the build.

#### `yarn sync:src`
replaces the contents of `/src` with the content of the Framer X file.

#### `yarn sync:framerx`
Builds a new Framer X file in case of conflicts or file corruption with the contents of `/lib` and `/src`.