https://github.com/furqanramzan/nextjs-portfolio
👨💼 Portfolio project written in Next.js
https://github.com/furqanramzan/nextjs-portfolio
aws-s3 drizzle-orm flowbite nextjs nodejs react sharp tailwind verceldeployment zod
Last synced: 3 months ago
JSON representation
👨💼 Portfolio project written in Next.js
- Host: GitHub
- URL: https://github.com/furqanramzan/nextjs-portfolio
- Owner: furqanramzan
- Created: 2023-08-10T08:23:22.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-12T13:00:00.000Z (almost 2 years ago)
- Last Synced: 2025-01-25T08:26:31.486Z (5 months ago)
- Topics: aws-s3, drizzle-orm, flowbite, nextjs, nodejs, react, sharp, tailwind, verceldeployment, zod
- Language: TypeScript
- Homepage: https://nextjs-portfolio-furqanramzan.vercel.app/
- Size: 907 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nextjs Portfolio - [Live Demo](https://nextjs-portfolio-furqanramzan.vercel.app)
## Setup
### Install pnpm
Install pnpm globally using the following command, which is a performant node package manager.
```sh
npm install -g pnpm
```### Installing dependencies
Make sure to install dependencies using:
```sh
pnpm install
```Make a copy of the environment variables file.
```bash
cp .env.example .env
```## Developing
To start a development server:
```bash
pnpm run dev
```## Building
To create a production version of your app:
```bash
pnpm run build
```## Previewing
You can preview the production build with:
```sh
pnpm run preview
```## Type Checking
To validate the definitions of the types:
```bash
pnpm run typecheck
```## Linting
Run the following command to lint the application.
```bash
pnpm run lint
```## Deploying
Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.
## License
Nextjs Portfolio is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).
## Credit
**Figma Design**
- Author: [Beatrice Wambui Mbugua](https://www.figma.com/@beatricewambui)
- Source: [Link](https://www.figma.com/community/file/1264680769254941322/Portfolio-Design)