My personal site
- josh.maldonado.githib.io
- Table of Contents
- Development
- Adding items/events
- CI/CD (Deployment to Github Pages)
$ npm run start
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
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.
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.