Skip to content

kristoferjoseph/test-001

Repository files navigation

Modern web Summit

Connecting the world’s top designers and developers to redefine the bounds of possibility through an exciting exploration of cutting-edge technologies, lessons, & patterns.

Technologies

Installation

$ cd modern-web-summit
$ npm install
$ npm run dev

Dependancies

Folder Structure

  • Pages

    • / : Index page
  • Containers

    • Home
    • Modern
    • About
    • Speaker
    • Curators
    • Sponsor
    • Finance
    • Footer
  • Components

    • AnimationWrapper : used for FadeInUp animation on any section.
    • ProfileCard : Common component to show profile in speaker and curator.
    • ...

Deployment