Name Cheap

Netlify

Repl

Tutorial

Updating site:

  1. Make change in REPL
  2. Copy and paste into text into sublime
  3. Save relevant files
  4. Open GIT CMD
  5. "CD "+ path (C:\Users\kotzi\Desktop\Jarred Kotzin\Enlight\Personal Website\JarredK) [make sure there is aspace between the D and the beginning of the path]
  6. git init (only when initializing a repository)
  7. git status (see the files that you have changed since last upload)
  8. git add .
  9. git commit -m "text"
  10. git push origin master

Redirect (July 2023)

Untitled