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
Hey there! I'd like to start contributing to this repo. Unfortunately, the link to the viewing setup instructions is down. Please point me in the right direction.
@asharonbaltazar Thank you for your interest in Queue Me In! Unfortunately, our documentation has not kept pace with development. I've filed out an issue reflecting this.
To answer your questions briefly, you can setup a local clone by running yarn and starting with yarn start. This app is made with TypeScript and React.
Replaces instances of
<a>
tags with a<div>
tag styled in the same way.Add a call to history.push(...) to the onClick of the div.
In the CalendarHeader.scss...
<a>
to a reference to a child<div>
The text was updated successfully, but these errors were encountered: