diff --git a/README.md b/README.md index 7dd804ca1..2a3742bd1 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,22 @@ Now you should be able to run the app in development mode: $ pnpm tauri dev ``` +### Running Storybook + +Storybook is our easy way to view our app components. Running the following command will launch Storybook in your default browser. + +```bash +$ pnpm storybook dev +``` + +### Linting + +Pull requests will not pass unless files are linted for proper Tailwind formatting. + +```bash +$ pnpm format +``` + ## building To build the app in production mode, run: diff --git a/src/routes/projects/[projectId]/commit/+page.svelte b/src/routes/projects/[projectId]/commit/+page.svelte index 02e13dc28..e02dafdd5 100644 --- a/src/routes/projects/[projectId]/commit/+page.svelte +++ b/src/routes/projects/[projectId]/commit/+page.svelte @@ -190,11 +190,14 @@
-
+

Commit

-
-
    + +