https://github.com/gowth6m/portfolio
Portfolio of Gowthaman Ravindrathas built with React JS, Framer Motion & Tailwind CSS
https://github.com/gowth6m/portfolio
framer-motion gowtham gowthaman nextjs nocxa portfolio portfolio-website software-engineer tailwindcss
Last synced: 7 months ago
JSON representation
Portfolio of Gowthaman Ravindrathas built with React JS, Framer Motion & Tailwind CSS
- Host: GitHub
- URL: https://github.com/gowth6m/portfolio
- Owner: gowth6m
- Created: 2018-08-05T08:20:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-29T14:13:15.000Z (almost 3 years ago)
- Last Synced: 2025-01-24T17:35:14.175Z (about 1 year ago)
- Topics: framer-motion, gowtham, gowthaman, nextjs, nocxa, portfolio, portfolio-website, software-engineer, tailwindcss
- Language: TypeScript
- Homepage: https://www.gowtham.co.uk
- Size: 118 MB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Web Portfolio
[Visit my website](https://gowth6m.github.io/gowtham-io)
To get dependencies
```
npm install
```
To run website
```
npm start
```
To build
```
npm run build
```
To deploy
```
npm run deploy
```