drawACatApp icon indicating copy to clipboard operation
drawACatApp copied to clipboard

can't load html

Open princess404 opened this issue 5 years ago • 2 comments

Can't seem to load on the html page, even with node npm install etc

princess404 avatar Apr 26 '20 20:04 princess404

There is a bit more to getting this up and running locally. I've not built this app for many years, but I think you'll need the following:

  1. npm install to install build dependencies
  2. bower install to install front-end dependencies
  3. you'll need MySQL installed to store the saved data
  4. you'll need PHP running locally to run the backend server

Sorry, not got time to go into more detail than that, but the above should give some clues to research further.

michaelbromley avatar Apr 30 '20 07:04 michaelbromley

Heya, thank you 🙏 I’m going to check this all out and see if I can make it happen. Thanks so much x

On 30 Apr 2020, at 08:48, Michael Bromley [email protected] wrote:

 There is a bit more to getting this up and running locally. I've not built this app for many years, but I think you'll need the following:

npm install to install build dependencies bower install to install front-end dependencies you'll need MySQL installed to store the saved data you'll need PHP running locally to run the backend server Sorry, not got time to go into more detail than that, but the above should give some clues to research further.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

princess404 avatar Apr 30 '20 10:04 princess404