Skip to content

Anilk1sagar/portfolio

Repository files navigation

Logo

anilkumar.dev

anilkumar.dev built with Angular and hosted with Vercel

demo

🚨 Forking this repo

TL;DR

Yes, you can fork this repo. Please give me proper credit by linking back to anilkumar.dev. Thanks!

🛠 Installation & Set Up

  1. Install the Angular CLI

    npm install -g @angular/cli
  2. Install and use the correct version of Node using NVM

    nvm install
  3. Install dependencies

    npm install
  4. Start the development server

    npm start

🚀 Building and Running for Production

  1. Generate a full static production build

    npm run build
  2. Preview the site as it will appear once deployed

    npm run serve:ssr:portfolio

🎨 Color Reference

Color Hex
Green #324A34 #324A34
Yellow #FECE16 #FECE16
Orange #FD6035 #FD6035
Black #040301 #040301
Light Black #1F1E1A #1F1E1A
Lightest Orange #F5EFE1 #F5EFE1