Modern, responsive full-stack developer portfolio
# Clone the repository
git clone https://github.com/DevRohit06/portfolio.git
# Enter the project directory
cd portfolio
# Install dependencies
npm install
# or
bun install
# Start the development server
npm run dev
# or
bun dev
The site will be available at http://localhost:4321
# Build for production
npm run build
# or
bun run build
# Preview the production build
npm run preview
# or
bun run preview
/
āāā public/ # Static assets
ā āāā fonts/ # Custom web fonts
ā āāā images/ # Images and icons
āāā src/
ā āāā assets/ # Project assets requiring processing
ā āāā components/ # UI Components
ā ā āāā astro/ # Astro components
ā ā āāā react/ # React components
ā ā āāā svelte/ # Svelte components
ā āāā content/ # Blog content
ā āāā layouts/ # Page layouts
ā āāā lib/ # Utility libraries
ā āāā pages/ # Page routes
ā āāā styles/ # CSS styles
āāā package.json # Project dependencies and scripts
This project is available as open source under the terms of the MIT License.
š» Designed & Developed with ā¤ļø by Dialogh