Name Cheap
Netlify
Repl
Tutorial
Updating site:
- Make change in REPL
- Copy and paste into text into sublime
- Save relevant files
- Open GIT CMD
- "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]
- git init (only when initializing a repository)
- git status (see the files that you have changed since last upload)
- git add .
- git commit -m "text"
- git push origin master
Redirect (July 2023)
