A polished static React + Vite website for a Pace University CS 371 Operating Systems & Architecture project comparing Android and iOS.
npm install
npm run devnpm run buildDeploy to Vercel or Netlify as a static Vite app.
- Build command:
npm run build - Publish directory:
dist - The included
vercel.jsonandpublic/_redirectsfiles support direct links to React Router pages.
To display the essay PDF, make sure OSessay.pdf is inside the public folder.
If the PDF is still on the Desktop, copy it into the project with:
mkdir -p public
cp ~/Desktop/OSessay.pdf public/OSessay.pdf