Skip to content

jmaldon1/josh.maldonado.githib.io

Repository files navigation

josh.maldonado.githib.io

My personal site

Table of Contents

Development

Start server

$ npm run start

Start watch

In a seperate terminal than the server, run the following.

watch will check for any item changes and update a dynamic import file accordingly.

$ npm run watch

Adding items/events

These are the items that populate the grid layout within the web site.

$ cd ./src/app/containers/HomePage/items/itemDetails

Within this folder you will see many items seperated by the year and month.

Add any new items following the format set in place.

CI/CD (Deployment to Github Pages)

Github actions is used to build and deploy to Github Pages.

Only versioned tags (tags that start with a 'v') are actually built and deployed to Github Pages.