Closed oskarhane closed 2 years ago
Hi! I saw all the changes you made. Thank you! So if I understand this correctly, all I have to do next is to install "Prettier" and then continue with schema validation wright?
Yes, correct. There's no need to install Prettier, but it's nice to get consistent formatting in the project.
Ok, good! I did install in.
Could you perhaps help me to get started again next week? I am a bit lost and I don't really know how to continue with the code. The main issue is that i'm not sure how to run the code in order for me to see if it's working.
Sure thing, let's sit down for a bit on Wednesday
Changes described:
.gitignore
file..prettierrc
(for consistent code formatting, please install Prettier in your IDE)..nvmrc
file to automatically load the correct node version in nvm environments.package.json
file to handle dependencies + commands.README.md
file for instructions on how to get started.