Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.7 KB

File metadata and controls

27 lines (17 loc) · 1.7 KB

Data Science Portfolio Template

Hello! Thanks for your interest in this custom Data Science Portfolio Template. If you'd like to utilize this to showcase your own projects, feel free to work through the instructions below.

Prerequisites:

  • You'll need to have npm (package manager) installed on your computer. This will also install node.js, which is utilized for building Angular applications. You can find installation instructions for this here: https://www.npmjs.com/get-npm
  • You'll also need to download the Angular Command Line Interface (CLI) after installing npm. Run npm i @angular/cli to install the interface.

Clone the repository

  • On your local computer, clone this repository by running git clone https://github.com/zachalexander/data-science-portfolio-template.git.

Run npm install

  • Then, to download all of the necessary node modules, run npm install inside of the 'data-science-portfolio-template' directory.

Run the application locally

  • Run npm start to compile the code and run the application locally. After it starts up, you can go to 'http://localhost:4200' to develop locally.

Adjust text and color scheme

  • Based on your preferences, you can adjust the content to match your work and change the color scheme. I've also added code blocks inside of the html files <!-- EDIT CONTENT BELOW --> to highlight places where text will need to be adjusted.

Additionally, I've created a video here as a guide for editing: https://www.youtube.com/watch?v=xap7WdAGxeA

Deploy your portfolio!

  • When your website is ready to be deployed, you can follow the instructions in the tutorial video.

You can now admire your fully deployed portfolio!! :)