- Astro 74.2%
- HTML 13.3%
- JavaScript 9.1%
- CSS 2.2%
- TypeScript 1.2%
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 4.3.0 to 4.3.1. - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.3.1/packages/tailwindcss) --- updated-dependencies: - dependency-name: tailwindcss dependency-version: 4.3.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|---|---|---|
| .github | ||
| .vscode | ||
| public | ||
| src | ||
| .editorconfig | ||
| .gitattributes | ||
| .gitignore | ||
| .markdownlint.json | ||
| .prettierignore | ||
| astro.config.js | ||
| bun.lock | ||
| legacy-postprocess.js | ||
| LICENSE | ||
| LICENSE-content | ||
| package.json | ||
| prettier.config.js | ||
| README.md | ||
| tsconfig.json | ||
Portfolio Website of Moheshwar Amarnath Biswas
This repository contains source code of my portfolio website, where I showcase my skills, projects and achievements as a web developer. You can visit my website at https://moheshwar.com and learn more about me and my work. I hope you enjoy browsing through my portfolio and feel free to contact me if you have any questions or feedback.
🚀 Project Structure
Astro looks for .astro or .md files in the src/pages/ directory. Each page is exposed as a route based on its file name.
All layouts are stored in /src/layouts
There's nothing special about src/components/, but that's where I like to put any Astro/React/Vue/Svelte components.
Blog posts are stored in src/data/posts
Any static assets, like images, can be placed in the public/ directory.
🧞 Commands
All commands are run from the root of the project, from a terminal:
| Command | Action |
|---|---|
npm install |
Installs dependencies |
npm run dev |
Starts local dev server at localhost:3000 |
npm run build |
Build your production site to ./dist/ |
npm run preview |
Preview your build locally, before deploying |
npm run astro ... |
Run CLI commands like astro add, astro check |
npm run astro -- --help |
Get help using the Astro CLI |