This project was bootstrapped with Create React App.
In Progress: using bootstrap Albumn/Carousel template to model some styling
(2022-04-26) Haven't updated since 2021 when Travis-CI was still running, converting to Github Actions
2021-01-07 - currently this doesnt run; to-do make it trigger on commit or special tag
Create Travis CI file
Node Changes
- run
npm install gh-pages --save-dev
- add to package.json
- homepage: https://mcliff1.github.io/jonessite
- predeploy: npm run build
- deploy: gh-pages -d build
Deployed to TruckingColorado.com for Production or mccsbx-truckingcolorado
For Travis CI to build to S3 static site
- Add AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY from User Access Key to Travis CI project settings
- expects to deploy to a specific AWS Account/Region where an expected Stack is already deployed
Date | Comment |
---|---|
2024-11-09 | Update to Nodejs22, React 18 |
2024-11-09 | Updated to Nodejs18, React 18 |