* feat(cypress): setup cypress with Next.js
* ci(cypress): run cypress on pull requests
* refactor(cypress): migrate from tsconfig.json to .eslintrc.json
* ci: update job names
* ci(cypress): save cypress artifacts
* fix(analytics): fix analytics extra script html tags
* feat(layout): add base page layout
Add base layout component with dark mode support
fix#15
* feat(storybook): add dark mode support to all components
* feat: add dark mode toggle component
Add dark mode toggle component with custom hook
fix#14
* feat(dark-mode): add svgs, fix flash and css modules support
* docs: update get start guide and fix typos