This repository is a static, multi-page portfolio served with a small Node.js server.js for local development and easy deployment (for example, Vercel).
- Static HTML pages:
index.html,about.html,skills.html,projects.html,contact.html,maxasop-portfolio.html, andsitemap.html. - Static assets:
super-maxas.css,super-maxas.js,favicon.svg, and files indist/(if present). - A minimal Node server:
server.js(used for local serving). - An API folder for serverless endpoints:
api/(optional; used on Vercel deployments).
- Node.js (16+ recommended)
- npm (or yarn)
Install dependencies and start the local server:
npm install
npm run devThen open http://localhost:3000 in your browser.
package.json exposes start and dev which both run node server.js.
This site is suitable for static hosting or serverless platforms. To deploy on Vercel, connect the repository and follow Vercel's import flow — the api/ folder will be used for serverless functions and static files will be served from the root.
- The current
sitemap.xmlandsitemap.htmllist the main pages; if you add pages (for examplemaxasop-portfolio.html) keep both sitemap files in sync and updatelastmodvalues. - The site is intentionally simple: edit the HTML files directly to change content.
Feel free to open issues or PRs for fixes or content updates.
MIT
Made with ❤️ by Manas Chauhan