This is the GitHub repository for my portfolio website, made using Astro and React π
The website is up and running at https://adityabh.is-a.dev/
- Astro and React: for minimum JavaScript overhead on the website
- TypeScript: for type safety
- Automatic SiteMap generation using Astro plugins. The repository also includes a ready-made
robots.txt
file - Form submission support using FormSpree
.
βββ public
βββ src
βββ assets
βββ components
β βββ about
β βββ contact
β βββ education
β βββ interface
β βββ profession
β βββ projects
β βββ skills
βββ data
βββ hooks
βββ pages
βββ styles
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:4321 |
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 |
Get your FormSpree form hash ID and add it into a .env
file, as given in the .sample.env
file.
git clone https://github.com/AdityaBhattacharya1/adityabhattacharya1.github.io portfolio-website
cd portfolio-website
npm install
npm run dev