From eb9ca0572a4c7c9a93f0739cac22bafd18aab515 Mon Sep 17 00:00:00 2001 From: Noah Appelbaum Date: Wed, 10 Jul 2024 11:02:25 -0500 Subject: [PATCH 1/6] Added npm Usage: npm install install all the dependencies in your project npm install add the dependency to your project npm test run this project's tests npm run run the script named npm -h quick help on npm -l display usage info for all commands npm help search for help on npm help npm more involved overview All commands: access, adduser, audit, bugs, cache, ci, completion, config, dedupe, deprecate, diff, dist-tag, docs, doctor, edit, exec, explain, explore, find-dupes, fund, get, help, help-search, hook, init, install, install-ci-test, install-test, link, ll, login, logout, ls, org, outdated, owner, pack, ping, pkg, prefix, profile, prune, publish, query, rebuild, repo, restart, root, run-script, search, set, shrinkwrap, star, stars, start, stop, team, test, token, uninstall, unpublish, unstar, update, version, view, whoami Specify configs in the ini-formatted file: /Users/noahappelbaum/.npmrc or on the command line via: npm --key=value More configuration info: npm help config Configuration fields: npm help 7 config npm@9.7.2 /opt/homebrew/lib/node_modules/npm to apt-get command explicitly, to fix Unknown command: "not" To see a list of supported npm commands, run: npm help error on Docker build --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4c464fdf..d250560a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ RUN curl -sL https://deb.nodesource.com/setup_12.x | bash - # # Read more on Dockerfile best practices at the source: # https://docs.docker.com/develop/develop-images/dockerfile_best-practices -RUN apt-get update && apt-get install -y --no-install-recommends postgresql-client nodejs +RUN apt-get update && apt-get install -y --no-install-recommends postgresql-client nodejs npm # Inside the container, create an app directory and switch into it RUN mkdir /app From a8d83b5d80f57685fb184e285aaecb294b6fc2a5 Mon Sep 17 00:00:00 2001 From: Noah Appelbaum Date: Thu, 11 Jul 2024 22:23:24 -0500 Subject: [PATCH 2/6] signing off --- parserator_web/templates/parserator_web/base.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/parserator_web/templates/parserator_web/base.html b/parserator_web/templates/parserator_web/base.html index 8de4f844..0d532a4b 100644 --- a/parserator_web/templates/parserator_web/base.html +++ b/parserator_web/templates/parserator_web/base.html @@ -81,7 +81,15 @@

/>
- ... and you! + ... and + + Noah Appelbaum! +

From 7ce2ef95c5c719cb6f4130b86ed0dd16e536edd3 Mon Sep 17 00:00:00 2001 From: Noah Appelbaum Date: Thu, 11 Jul 2024 22:25:44 -0500 Subject: [PATCH 3/6] removed inline styling in favor of utility class for consistency --- parserator_web/templates/parserator_web/index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/parserator_web/templates/parserator_web/index.html b/parserator_web/templates/parserator_web/index.html index a72d9c80..b70c738a 100644 --- a/parserator_web/templates/parserator_web/index.html +++ b/parserator_web/templates/parserator_web/index.html @@ -17,8 +17,7 @@

U.S. addres - -