Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gowth6m/gowtham-io
Portfolio of Gowthaman Ravindrathas built with React JS, Framer Motion & Tailwind CSS
https://github.com/gowth6m/gowtham-io
framer-motion gowth6m gowtham gowthaman nextjs nodejs npm portfolio react tailwindcss typescript
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/gowtham-io
- Owner: gowth6m
- Created: 2022-09-05T23:50:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-29T14:15:10.000Z (over 1 year ago)
- Last Synced: 2023-05-29T15:26:19.220Z (over 1 year ago)
- Topics: framer-motion, gowth6m, gowtham, gowthaman, nextjs, nodejs, npm, portfolio, react, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://gowtham.io
- Size: 105 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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
```