Skip to content

eddysims/would-you-rather

Repository files navigation

Would you rather

Would you rather is a web based "Would you rather" game that uses NextJs, NextAuth, Storybook and Hasura.

Creating a component

Components should be created in isolation. To do so, you should develop your component as much as possible in Storybook. To start storybook run:

yarn storybook

Starting the project

To start the project run yarn dev.