A shared repository for the websites built in this workspace.
| Site | Source | Stack | GitHub Pages path |
|---|---|---|---|
| Velora Main Site | app/, components/, public/ |
Next.js static export, React, Tailwind CSS, GSAP | https://hailstorm-blip.github.io/velora-web/ |
| Flavored Cafe | cafe/ |
Vite, React, GSAP, Three.js | https://hailstorm-blip.github.io/velora-web/cafe/ |
| Velora Production | root project | Vercel, Next.js | https://jishanbuilds.vercel.app/ |
Portfolio site:
npm install
npm run devCafe site:
cd cafe
npm install
npm run devPortfolio site:
npm run buildCafe site:
cd cafe
npm run buildGitHub Pages is configured in .github/workflows/deploy.yml and publishes both sites after pushes to main.
Existing hosting metadata found in this workspace:
- Vercel project:
jishan.builds - Vercel project ID:
prj_1bfU2SzohsfZiNqa1avliHb9eX8W - Vercel team/org ID:
team_OEEIvahD6g1Sg7AAs9Vm50rB - Netlify site ID:
d75203ab-5385-4026-9078-c7be54b33a3a
The root site can also be deployed to Vercel or Netlify as a static Next.js export. The cafe site can be deployed independently from cafe/ with npm run build and dist/ as the publish directory.