Initial setup adapted from MERN + TypeScript Guide by Braily Guzman.
Start the development server and access the website at: 👉 http://localhost:5173
To push or pull Docker images from GitHub’s container registry (ghcr.io), follow these steps:
-
Generate a Personal Access Token (PAT) Create a classic PAT with the
read:packagesscopes. -
Authenticate with Docker Replace
<USERNAME>and<PAT>with your credentials:echo <PAT> | docker login ghcr.io -u <USERNAME> --password-stdin
For more details, see GitHub’s documentation on authenticating to the container registry.