Skip to content

Varbintech/next.varbintechcom

Repository files navigation

Build and Publish Storybook to GitHub Pages

Intro

The front-end part for Varbintech Team home page.

image

Social Links

Deploying

This project uses Cloudflare Pages as a JAMstack platform for frontend developers to collaborate and deploy websites.

Tech Stack

Front-End:

Backend:

Code Quality:

Design:

Project Backlog:

Project Roadmap

  • Develop index page - IN PROGRESS
  • Cloudflare Pages build ✅
  • Develop email template ✅ #66
  • Send emails using Cloudflare Workers ✅ #65
  • Add analytics
  • Develop case studies page - PARTIALLY DONE #52
  • Develop case study item page - PARTIALLY DONE #59
  • Develop blog page - PARTIALLY DONE #68
  • Develop blog Item page - PARTIALLY DONE #69
  • Headless CMS for case studies
  • Headless CMS for blog

Pages workflow:

Introduce custom pages extensions via next.config.js:

  • Pages MUST have .page.tsx or .page.ts extensions if they are ready for production release
  • API routes MUST have .api.ts extension if they are ready for production release
  • Pages MUST have .page-wip.tsx or .page-wip.ts extensions if they are not ready for production release
  • API routes MUST have .api-wip.ts extension if they are not ready for production release