Matt Hendrick

Results 4 comments of Matt Hendrick

I've got a branch [here](https://github.com/matt-hendrick/lida/tree/Reconstruct-Demo-React-App/lida/web/react-app) that has most of the demo frontend code (I grabbed it from sources tab). It is functional-ish, but some of the configuration and styling will...

Ah, the issue is that repo's root .gitignore is ignoring all data folders and that "updates" view is trying to access an updates.ts file within that directory. When I was...

I have only experimented with running it locally (`npm start` or `gatsby develop`). I have not experimented using it to generate a production build. I primarily made that branch because...

Sure, I just updated that branch to no longer ignore the data folder in react-web. The steps you should have to take to run that project should be: 1. Clone...