Skip to content

at-syntax/cv-artist

Repository files navigation

CV ARTIST

   _______      __           _____ _______ _____  _____ _______
  / ____\ \    / /     /\   |  __ \__   __|_   _|/ ____|__   __|
 | |     \ \  / /     /  \  | |__) | | |    | | | (___    | |
 | |      \ \/ /     / /\ \ |  _  /  | |    | |  \___ \   | |
 | |____   \  /     / ____ \| | \ \  | |   _| |_ ____) |  | |
  \_____|   \/     /_/    \_\_|  \_\ |_|  |_____|_____/   |_|

A online CV maker

How to start development?

  1. Install yarn globally:
npm install -g yarn
  1. Clone the project from git Repo:
git clone https://github.com/at-syntax/cv-artist.git
  1. Go to the Project Folder:
cd cv-artist
  1. Install all dependency:
yarn

🥳 🎉 You are ready to develop

 

💻 Development IDE

VSCode is the recommended IDE for this project. Here are some extensions that can improve your productivity:

  1. Gitlens
  2. Prettier
  3. ESLint
  4. Reload
  5. Conventional Commits

 

How to Start App?

Make sure you are in project root directory

  • Start packages:
yarn start
This will start the packages in below ports
component: 6006
server: 4000
web: 3000
  • Run tsc compiler:
yarn compile
  • Run webpack builder:
yarn build
  • Run linter:
yarn lint
  • Prettify code:
yarn pretty
  • Clean cache and log:
yarn clean

About

Create you resume hassle free

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published