Skip to content

Latest commit

 

History

History
64 lines (44 loc) · 1.71 KB

README.md

File metadata and controls

64 lines (44 loc) · 1.71 KB

Roshaan Siddiqui Portfolio

Portfolio

Code

This is my custom built Portfolio Site, A few features are in >progress.

Roshaan Siddiqui's Portfolio Site

Section

  • About
  • Professional Experience
  • Projects
  • Education

Installation

To install and run your site in development mode, use the following commands:

# Install dependencies
npm i

# Run in development mode
npm run dev

For production, use the following commands:

# Build the project
npm run build

# Start the project
npm start

Environment Variables Create a .env.local file in the root of your project and add the following variables for links and sitemap:

SITE_BASE_URL=http://example.com
GITHUB_HREF=https://github.com/example/
TWITTER_HREF=https://x.com/example
PHONE_HREF=tel:+123123123
EMAIL_HREF=mailto:[email protected]
LINKEDIN_HREF=https://www.linkedin.com/in/example/

These variables need to be added in the production environment as well for the links to work correctly.

Tech Stack

Next.js TailwindCSS Vercel TypeScript ShadCN