Skip to content

MayaSatishRao/resume

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Resume

https://fellipedemoraes.netlify.app
I started building my resume from here https://github.com/drehimself/resume-template

I chose this template because it looked simple and professional.
This was a lot better because I customized the template to make it work for me. In the past, I paid for templates that looked nice but I couldn't customize, there were some display issues, and not to mention monthly payments.

Technologies used were:

  • HTML5
  • CSS3
  • npm
  • parcel

Quick start

In your terminal or cmd

run https: git clone https://github.com/fddemora/resume.git
or run ssh: git clone [email protected]:fddemora/resume.git

Next run cd resume

Make sure you have node js installed in your computer to run npm. I use nvm to install node but there is a better option out there. Follow the command here:

# install Volta
curl https://get.volta.sh | bash

# install Node
volta install node

# start using Node
node

curl is a unix command. If you are a windows user, check out this installation guide volta install



Lastly, run npm to install our devDependencies and run our parcel server:

npm install
npm run start

To access the server, run localhost:1234 on your browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published