Update README.md

This commit is contained in:
Aleksi Lassila
2024-03-10 01:21:15 +02:00
parent 4a28ad57ee
commit b44f869611
2 changed files with 2 additions and 1 deletions

View File

@@ -115,7 +115,7 @@ I'm not a designer, so if you have any ideas for improving the UI, I'd love to l
To get started with development:
1. Clone the repository
2. Check out the `dev` branch
2. Checkout the `dev` branch
3. Run `npm install`
4. Run `npm run dev`

View File

@@ -222,6 +222,7 @@
</slot>
</div>
<div class="flex flex-col gap-6 max-w-screen-2xl 2xl:mx-auto">
<!-- TODO: Remove mx-auto as it's bugged when in modal and on firefox -->
<slot name="carousels" />
</div>
</div>