Skip to content

ferba24/todo10-web

Repository files navigation

Todo10 website

New website for Todo10.

Used for this project:

Start server

To run on your machine you can clone this repo and run:

npm i && npm run dev

To start storybook (optional), run

npm run storybook

You can have both next and storybook servers running at the same time

Extending steps

There are a some steps alongside the app. The information about these steps is located in /data/steps. If you want to extend it, note that each steps references its "successor". So all you have to do is add your step object and chain it to an existing one. There are some comments among them to help you. All the logic is handled in the components inside /components/Stepper

Feel free to contact me at lucas@lucassaid.me if you need anything.