Skip to content

andeen171/portfolio

Repository files navigation

My Dynamic Portfolio

Production deployment on vercel is active, test it out!

This is a T3 Stack project bootstrapped with create-t3-app.

How do i develop on top of this?

First clone or fork the repository to your desired enviroment

Install dependencies

yarn install # or npm

Create a new .env file and write your data

cp .env.example .env # Don't forget to add your variables to the file as they're required

Run the development server

yarn dev

Or compile to a production build and start the server

yarn build
yarn start

Releases

No releases published

Packages

No packages published