Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-29T14:13:15.000Z (over 1 year ago)
- Last Synced: 2023-05-29T15:25:58.994Z (over 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: 1
- 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
```