Closed rruenroeng closed 7 years ago
Don't merge yet.
Right now, in the root directory, you are including a bunch of other files including node modules folder. You need to untrack and remove all files/folders in the root directory except the server
and client
folders. Try git rm
for removing and untracking files and folders.
I think this was a result of upgrading npm
Updated
I made a few more changes. Could you please review. Profile should now have email validation, handle the various field types, and not show any errors.
Added all of the basic things needed to get the profile form set up.