An automated letter generation application
Run this command to clone the repository into your desired directory
# clones the repo into your local device
git clone <url>
# change to project directory
cd <project name>
# gets the newest version of the remote repo
git pull
# open the current directory in your preferred text editor
code .Once that's done, you will have to install dependencies via this command:
# install dependencies according to package-lock.json
npm iTo host the project on your local machine, do:
# runs the package.json "start" script
npm run start