Kento Kawakami
Kento Kawakami
Smash Hub's backend API is on a pretty old version of .NET. Upgrade the .NET project to use .NET 6 or the most recent version of .NET.
As a developer of Smash Hub, I should have the option to toggle dark mode for the compenent library's Storybook project.
As a developer of Smash Hub, I should have access to documentation on the typeface used for the project.
As a developer of Smash Hub, I should have access to documentation on the color palette used for the project.
As a developer of Smash Hub, we should be able to deploy our project into three different environments: development, staging, and production. - [ ] Set up environments for the...
As a developer of Smash Hub, when the CI/CD pipeline runs there should be a stage to deploy the static Web App.
As a developer of Smash Hub, pushing my code after making changes to the component library should deploy the newest version of any branches to Chromatic.
As a Smash Hub developer, a build should trigger on push or merge to a branch. Once the branch begins to build, the pipeline should build, run tests, and deploy....
As a developer of Smash Hub, our development workflow model after the [GitHub Flow](https://docs.github.com/en/get-started/quickstart/github-flow). - [ ] Develop branch to merge into master - [ ] Delete any unused branches...
As a developer of Smash Hub, all frontend development will be done inside of the NX mono repo. This way component libraries and dependencies can easily be shared across the...