Shahrukh Khan

Results 7 comments of Shahrukh Khan

credentials for demo site: [email protected] 123456 I will update the readme file really soon

we have allowed the user to change the credentials on demo site hence some people who are testing the functionality do change the password, will add a cron to revert...

Demo credentials are working now, made some changes so that credentials cannot be changed on demo mode

@gustirahmat Please remove node_modules folder from the commit

create private route file as follows: import React from 'react'; import {Route, Redirect} from 'react-router-dom'; ``` const PrivateRoute = ({ component: Comp, loggedIn, path, ...rest }) => { return (...

> Common, folks, stop these useless comments about number of forks. Everyone can perfectly see the number of forks in the top right corner. So what's the point of posting...

in your package.json you have canvas to be installed on particualr commit like this "canvas": "git+https://github.com/chearon/node-canvas.git#12971f64a66b", remove #12971f64a66b and delete node_modules and run npm install it should work