Skip to content

My personal portfolio, written in Typescript with Next.js framework. Includes Terraform configuration for GCP.

License

Notifications You must be signed in to change notification settings

alinalihassan/portfolio

Repository files navigation

Alin Ali Hassan Portfolio

Build Release License Code Size

Credit to @jakeherp for the huge amount of work on his portfolio. I've decided to fork his repository to use it as a base of my portfolio to learn more about Next.js.

🛠️ Build

The project uses NodeJS and Yarn.

git clone https://github.com/alinalihassan/portfolio
cd portfolio
yarn

🔬 Usage

To run the server locally, run:

yarn run dev

To build and run in production:

yarn build
yarn start

License

MIT © Alin Ali Hassan