Skip to content

andrewpat24/portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deploying Application

Open package.json file and update the following field to match your information:

"homepage": "https://[username].github.io/[repo-name]"

To publish it at https://[username].github.io/[repo-name]:

First, build the project:

npm run build

After building, deploy using the following command:

yarn run deploy