gingko / client

Gingko Writer. Tree-based writing software, written in Elm.
https://gingkowriter.com
MIT License
361 stars 49 forks source link

Help creating dev environment #239

Open Tofutush opened 8 months ago

Tofutush commented 8 months ago

Following your instructions, I forked this repo and all that, but when I ran npm install, it gives me a bunch of deprecation warnings.

image

I'm not really sure how to solve these issues and would need some help. Thanks!

AdrianoFerrari commented 8 months ago

I have to go through and upgrade these at some point.

But these are "warnings" not "errors", so as long as the install succeeds at the end (should say something like "added 896 packages"), it should work.

Let me know.

Tofutush commented 8 months ago

That's the thing; it's not moving forward.

I'll try waiting longer; maybe it's just my internet?

Thanks!

Tofutush commented 8 months ago

So I passed the npm install part but got stuck at npm start...

image

Where am I supposed to find the config module?

Thanks!

AdrianoFerrari commented 8 months ago

Copy the file config-example.js into a new file config.js in the root directory, and change the values as needed.

Let me know if that helps!

Tofutush commented 8 months ago

Thanks! Sorry to bother you yet again but I ran into more problems.

image

It's telling me the compilation failed with that creepy white text, and I'm not sure why. I did have Elm installed.

Thank you!