https://github.com/anilk1sagar/portfolio
Portfolio website
https://github.com/anilk1sagar/portfolio
angular portfolio portfolio-website typescript
Last synced: 2 months ago
JSON representation
Portfolio website
- Host: GitHub
- URL: https://github.com/anilk1sagar/portfolio
- Owner: Anilk1sagar
- Created: 2024-02-19T14:04:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-01T13:48:58.000Z (over 2 years ago)
- Last Synced: 2025-02-09T20:26:47.323Z (over 1 year ago)
- Topics: angular, portfolio, portfolio-website, typescript
- Language: TypeScript
- Homepage: https://anilkumar.dev
- Size: 1.02 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
anilkumar.dev
anilkumar.dev built with Angular and hosted with Vercel

## 🚨 Forking this repo
### TL;DR
Yes, you can fork this repo. Please give me proper credit by linking back to [anilkumar.dev](https://anilkumar.dev). Thanks!
## 🛠Installation & Set Up
1. Install the Angular CLI
```sh
npm install -g @angular/cli
```
2. Install and use the correct version of Node using [NVM](https://github.com/nvm-sh/nvm)
```sh
nvm install
```
3. Install dependencies
```sh
npm install
```
4. Start the development server
```sh
npm start
```
## 🚀 Building and Running for Production
1. Generate a full static production build
```sh
npm run build
```
1. Preview the site as it will appear once deployed
```sh
npm run serve:ssr:portfolio
```
## 🎨 Color Reference
| Color | Hex |
| --------------- | ------------------------------------------------------------------ |
| Green |  `#324A34` |
| Yellow |  `#FECE16` |
| Orange |  `#FD6035` |
| Black |  `#040301` |
| Light Black |  `#1F1E1A` |
| Lightest Orange |  `#F5EFE1` |