Skip to content

MannyGGB/portfolio

Repository files navigation

Portfolio

Project Description

  • This is a portfolio site to showcase my personal projects.
  • Express is serving the data and assets for this project.
  • Version control managed through bash scripts and Git Actions.

Project Set-up

This is a Next.js project bootstrapped with create-next-app.

Getting Started

  • Clone this repo
git clone git@github.com:MannyGGB/portfolio.git
  • Install dependencies
npm i
  • Create a .env.development file in the root folder. Add your own local host variable:

NEXT_PUBLIC_SERVER_URL="http://localhost:port"

  • Create a .env.production file in the root folder. Add your own deployed URL variable:

NEXT_PUBLIC_SERVER_URL="https://mydeployedurl.com"

  • Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
  • Open your local host with your browser to see the result.

Project Stack

  • Next.js 15
  • TypeScript
  • Tailwind CSS

Attributions

About

A portfolio site showcasing my personal projects.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors