This is my custom built Portfolio Site, A few features are in >progress.
Roshaan Siddiqui's Portfolio Site
- About
- Professional Experience
- Projects
- Education
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.