You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Framer is a web app which calls an API to retrieve a video. However, the API that should be containing the video is actually containing images where each image is a frame of the video! This is intentional; Framer stitches the frames together and mimics a 30fps video.
Prerequisits
Docker v19.03.13 or higher
Docker-compose v1.27.4 or higher
Node.js v16.15.1 or higher
npm v6.14.9 or higher
yarn v1.22.5 or higher
How to Run
Option 1: Deploying Client and Server into a docker container
Deploy Client & Server (Using Docker) ➡ $ docker-compose up
or Server ONLY ➡ $ cd Framer/server; yarn run dev
or Client ONLY ➡ $ cd Framer/client; yarn startcompose up
Option 2: Deploying Client + API into a docker container (EC2 Linux Instance)