Skip to content

morbargig/Angular-CV

Repository files navigation

web site for your Resume, so you can allway send the some CV link and your CV allways be up to date, and you can update them every time from the internet in easy way.

Demo CountPages alpha

you want to use this website ? you welcome, run this command git clone https://github.com/morbargig/Angular-CV.git

go inside the project folder cd Angular-CV

to install all the libraries, run npm install

go to /src/environments/environment.prod.ts

export const environment = {
  production: true,
  adminPassword: "???",
  firebaseConfig: {
    apiKey: "???",
    authDomain: "???",
    databaseURL: "???",
    projectId: "???",
    storageBucket: "???",
    messagingSenderId: "???",
    appId: "???"
  }
};

you need to use your own firebase configuration SreviceApi!

to start the project localy you will need to run npm start

to deploy it to github pages you will need to add GitHub-pages cli ng add angular-cli-ghpages

and run npm run deploy

don't forget to send your CV :)