← Voltar para projetos
New Portfolio
Astro and Tailwindcss boilerplate
#Somrat Sorkar — Portfolio
Personal portfolio of Somrat Sorkar — Senior Web Developer & Dev Team Lead at Themefisher.
Built with Astro + Tailwind CSS v4, based on Astroplate.
#Development
pnpm install pnpm dev # start dev server at localhost:4321 pnpm build # production build to dist/ pnpm check # type-check
#Editing content
All copy lives in src/content/homepage/-index.md — hero, about, experience, skills, projects, open-source stats, services and contact. Site settings, menus and socials are in src/config/, colors and fonts in src/config/theme.json.
Contact form submissions are handled by Formspree.
#Deploy
Pushed to Netlify (netlify.toml included): publish directory dist, build command pnpm build.