Skip to content
This repository has been archived by the owner on Aug 18, 2021. It is now read-only.

dferber90/sync-actions-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sync-actions-visualizer

Shows generated sync-actions for different data.

Live on sync-actions-visualizer.dferber.de.

This project was bootstrapped with Create React App.

Deployment

One-Time setup

s3_website

To deploy, make sure you have s3_website installed globally.

Set up .env file

Create a .env file containing your configuration.

S3_ID=xyz
S3_SECRET=xyz
S3_BUCKET=xyz.foo.de
CF_DIST_ID=xyz

Replace the values with your actual access data.

Deploying

  • Run yarn build to create the production bundle
  • Run yarn deploy to deploy the created bundle