Personal resume page hosted at https://lukasz.michniewicz.contact
- From project directory run
./live-reload.shin order to start Vite and SBT's fast link reloading. - Open local live preview in web browser
Publishing script assumes that static website S3 bucket has been created in your AWS default region and it's targeted by a CloudFront distribution.
In order to configure the publishing script create an .env file with the following content
CLOUDFRONT_DISTRIBUTION=<CloudFront Distribution Id>
S3_BUCKET_NAME=<S3 Bucket Name>
Run ./publish.sh in order to build and publish the resume page.