Skip to content

Campaign landing page development for CGU while working as a Prime Motive contractor.

Notifications You must be signed in to change notification settings

DallasGale/ABN-Rescue

Repository files navigation

CGU - ABN Rescue

Screenshot

Build tool

NextJS - Static Site Generator for React

Local development:

npm start

Deployment to CGU's S3 bucket:

Clear NextJS's cache and remove the existing out folder:

rm -r .next out

Uncomment the assetPrefix option in the next.config.js file:

assetPrefix: '/abn-rescue/'

Note: This is required as CGU serve the app via a sub-directory. Leaving this option turned on breaks local development and Netlify deploys - only uncomment when building for deployment to CGU's S3 bucket.

Run the deploy script:

npm run deploy

Copy the contents of the out folder to CGU's S3 bucket. 🎉

About

Campaign landing page development for CGU while working as a Prime Motive contractor.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published