Sign inSign up

ymuski/resume

By ymuski

Updated 10 months ago

Image
1

100K+

ymuski/resume repository overview

Beatiful React Material-UI Portfolio | Resume | CV

Live demo

Steps to use

  1. Fork this repository.
  2. Update resume.json
  3. Create PDF CV file and set link in REACT_APP_CV_URL_PDF env var.
  4. Sign up to https://formspree.io/ to get emails from Contact form. Set REACT_APP_FORMSPREE_ID env var.
  5. Link Dockerhub with your repo to get autobuild docker image.
  6. Deploy Docker image as you like.

Installing

docker build -t resume .
docker run -it -p 3000:3000  -e REACT_APP_FORMSPREE_ID=test -e REACT_APP_CV_URL_PDF=https://some.url --rm resume

Authors

Aliaksei Saroka - https://github.com/lehaSVV2009

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Tag summary

Content type

Image

Digest

sha256:e99fdbf33

Size

70 MB

Last updated

10 months ago

docker pull ymuski/resume