- 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.
This is a Next.js project bootstrapped with create-next-app.
- 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.
- Next.js 15
- TypeScript
- Tailwind CSS
- Portfolio icons created by Freepik and UnicornLabs