Skip to content

Steven-Pham7/FoodStorageManager

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

153 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Setup

Initial setup adapted from MERN + TypeScript Guide by Braily Guzman.

Local Development

Start the development server and access the website at: 👉 http://localhost:5173

Docker Registry Authentication

To push or pull Docker images from GitHub’s container registry (ghcr.io), follow these steps:

  1. Generate a Personal Access Token (PAT) Create a classic PAT with the read:packages scopes.

  2. 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.

About

asdf

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 96.5%
  • CSS 2.4%
  • Other 1.1%