https://github.com/dylanbuchi/portfolio-next
My portfolio website, built with Next.js, React, TypeScript and TailwindCSS.
https://github.com/dylanbuchi/portfolio-next
nextjs portfolio-website react tailwindcss typescript
Last synced: 2 months ago
JSON representation
My portfolio website, built with Next.js, React, TypeScript and TailwindCSS.
- Host: GitHub
- URL: https://github.com/dylanbuchi/portfolio-next
- Owner: dylanbuchi
- Created: 2022-08-30T11:56:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-06T23:05:19.000Z (over 1 year ago)
- Last Synced: 2025-01-03T18:15:42.880Z (4 months ago)
- Topics: nextjs, portfolio-website, react, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://dylanbuchi.com/
- Size: 12.8 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to my portfolio
### Built with:
[](https://nextjs.org/)
[](https://reactjs.org/)
[](https://www.typescriptlang.org/)
[](https://tailwindcss.com/)---
Website: https://dylanbuchi.com
![]()
![]()
![]()
![]()
---
# ⌨️ Commands
All commands are run from the root of the project, from a terminal:
| Command | Action |
| :-------------- | :--------------------------------------------- |
| `npm install` | Installs dependencies |
| `npm run dev` | Starts local dev server at `localhost:3000` |
| `npm run build` | Build your production site |
| `npm start` | Preview your build locally, before deploying |
| `npm run lint` | Run code quality tools, e.g. ESLint, TSLint... |## Author
- Website - [Dylan Buchi](https://dylanbuchi.com/)