your personal website on atproto - mirror
blento.app
1# Contributing Guidelines
2
3For creating new cards see [here](CustomCards.md) (and check out [existing card ideas](CardIdeas.md))
4
5## Development
6
7```
8git clone https://github.com/flo-bit/blento.git
9cd blento
10cp .env.example .env
11pnpm install
12pnpm run dev
13```
14
15## AI assisted development
16
17You can submit PRs written with AI assistance but please make sure:
18
19- there's no extra unnecessary changes/unnecessary verbose code (keep it simple)
20- you test everything yourself
21 - in light/dark mode
22 - with and without colored cards
23 - in edit mode and not in edit mode
24 - on mobile and desktop (note that there's two different mobile "modes", one dependent on screen size and one enabled when pointer: coarse)
25
26## Subpages
27
28currently subpages exist but are not used yet, they are perfect for testing things though (as otherwise your profile on blento.app will show e.g. cards that dont exist on the deployed version yet), in the development verion go to `/your.handle/{pagename}/edit` to edit a subpage (where pagename can be any string that is not "edit" or "api") (note that currently when you login you always get redirected to your main page)