This project is the reimagination / recreation of the Hyperion Dev landing page (partially complete due to time constraints).
Please see designs:
Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
- NextJS for Severside rendered content
- Current setup contains scalable architecture
- ATOMIC design principles - break down components by levels of composition
- CSS Grid used for layout 6 / 12 columns mobile / desktop
- TailwindCSS for utility class based CSS - preffered for bootstrapping
- Convert images to webp and resize as appropriate for position on page