Skip to content

Commit

Permalink
- README public repo link fix
Browse files Browse the repository at this point in the history
- redundant components removing
  • Loading branch information
mev authored and mev committed Mar 5, 2024
1 parent c614ed4 commit f48bd62
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Awesome CV/Resume builder [![wow](https://cdn.jsdelivr.net/gh/agm1n/agm1n/media/awesome-badge.svg)](https://github.com/agm1n/awesome-cv-builder#readme) (React + TypeScript + Vite)
# Awesome CV/Resume builder (React + TypeScript + Vite) [![wow](https://cdn.jsdelivr.net/gh/agm1n/agm1n/media/awesome-badge.svg)](https://github.com/agm1n/awesome-cv-builder#readme)

Finally, a well-designed, nice-looking resume has appeared with minimal effort to change your own information for publication on your own hosting 🥳 🚀

This template provides setup to get React working in Vite with HMR and some ESLint rules.
Expand All @@ -13,7 +14,7 @@ This template provides setup to get React working in Vite with HMR and some ESLi
- "modal" window component to show some specific info

## Usage:
0. ```git clone REPO && pnpm install```
0. run ```git clone https://github.com/agm1n/awesome-cv-builder && pnpm install```
1. change your data in `src/data/cv.json` and own image by path `public/img/avatar.jpg`
3. create build via start command `pnpm run build`
4. enjoy results in /dist/index.html
Expand Down
Empty file removed src/components/AboutMe/AboutMe.css
Empty file.
Empty file removed src/components/AboutMe/AboutMe.tsx
Empty file.
Empty file removed src/components/Button/Button.css
Empty file.
Empty file removed src/components/Button/Button.tsx
Empty file.

0 comments on commit f48bd62

Please sign in to comment.