Skip to content

gurusawhney/adr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ADR

This project was bootstrapped with Create React App. In order to validate this project I suggest running npm install and npm start, however I have also built a Dockerfile for this project.

docker build -t adr-app .

docker run -p 3000:3000 adr-app

The application will run on your local browser at http://localhost:3000 using either method.

Navigation

http://localhost:3000/cues is the home page. This is a table of cue. You can select a cue to view their dashboard. You should automatically get redirected here.

http://localhost:3000/dashboard/{cue.name}} is the dashboard URL. This is a unique URL per cue.

Material UI

Material UI was the React UI Component library I leveraged in this project. More information can be found on Github.

About

Audio dialogue replacement remote workflow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published