Skip to content

Codebase Components

Song Zheng edited this page Jan 7, 2022 · 2 revisions

Introduction

This page documents how the repo was setup initially and the fundamental changes made to it over time. Readers would be able to understand how the codebase was setup.

Very first pull request that sets up the repo. This was the nextjs typescript default.

Components

  • Storybook - Pull request that sets up storybook for the repository to document our UIs.
  • Jest for typescript - Pull request that sets up our testing suite using jest and typescript. Typescript is necessary because even though tests are written in JS, the components are imported in typescript.
Clone this wiki locally