Open ForeverNooob opened 2 weeks ago
I will look into that.
You can in fact, build it locally, you just need to clone the repo and in it's folder do
npm install
npm run build // To create a production build or
npm start // To run it locally
Also, if you opened the app before it should be cached and you won't even need to hit the server.
I hope this is helpful.
Alternatively, would it be possible to add build instruction of some kind so that we're not dependent on an externally hosted webapp? For example, I just dragged and dropped
nts-web/index.html
into Chromium but all I got seemed to be a blank page.Thanks in advance.