Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 1.23 KB

README.md

File metadata and controls

33 lines (27 loc) · 1.23 KB

Online Cv


Publish your CV using surge.sh without any price

Getting Started


This project contains informations about how can deploy your cv without any payment of templates, domains or server.

Prerequisites


Firstly, we need a template for our cv and I used this template with Free option.

Secondly, after click the link, download template and change necessary things with yours.

Lastly, we need a server to deploy our CV and domain. Our CV's is a static page so we can use surge.sh because this platform provides us to deploying unlimited static pages and use custom domains.

Installing & Running & Deployment


Install surge using npm with this command

npm install --global surge

After editing template, use surge to deploy your CV

surge

If you do not have a surge account, login your with e-mail address then create your password and enter your project path. You can also deploy again your CV with same domain after editting CV.

Here is my online cv

Built With


  • surge -Deployment and assign domain
  • npm -Package management