https://github.com/kobeeeef/portfolio
https://github.com/kobeeeef/portfolio
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kobeeeef/portfolio
- Owner: Kobeeeef
- License: mit
- Created: 2024-07-29T18:53:17.000Z (10 months ago)
- Default Branch: final
- Last Pushed: 2024-07-29T20:07:58.000Z (10 months ago)
- Last Synced: 2024-12-29T22:32:18.352Z (5 months ago)
- Language: TypeScript
- Homepage: https://kobeeeef.vercel.app
- Size: 22.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tailwind CSS and Next.js Portfolio
This is a template for creating a portfolio with Tailwind CSS and Next.js.

## How it works
Fork or download the repo and change whatever you need to change for your needs.
## Running Locally
Can run the application in VS Code or a terminal and it will be available at `http://localhost:3000`.
```bash
npm install
npm run dev
```