I've changed the name of this repository to "spindle" from "herbarium-data". How do I make this change more correct? Every time I git push my computer tells me the name is off, but it still works.
remote: This repository moved. Please use the new location:
remote: https://github.com/sylviakinosian/spindle.git
To https://github.com/sylviakinosian/herbarium-data.git
Need to make a working distribution....
You can use: ng build --prod to create a production version of the app. I think the intention of this is to create a light-weight version of the code to add to an existing website. So that's something that we could do, but that reduces the offline capability.
Another option (at least right now) is to make a tutorital for someone to download the app from GitHub, build it up on their own computer, and then run it from command line. Not the best option but it could work temporarily.
Some things unrelated to making the form work:
git push
my computer tells me the name is off, but it still works.Need to make a working distribution....
You can use:
ng build --prod
to create a production version of the app. I think the intention of this is to create a light-weight version of the code to add to an existing website. So that's something that we could do, but that reduces the offline capability.Another option (at least right now) is to make a tutorital for someone to download the app from GitHub, build it up on their own computer, and then run it from command line. Not the best option but it could work temporarily.