update readme

This commit is contained in:
Joonas 2023-01-17 17:22:06 +02:00
parent ef6aa48859
commit cd829e78d6
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@
An imageboard made with Remix, with an SQLite database, using Prisma ORM. Also using Tailwind for styling.
Not ready for production yet, but you can try.
The board works almost completely without JavaScript (thread making, replying to threads), but user experience is very much improved if you enable it.
## Development
Format the code with Prettier using the command line (check the documentation), or just install the Prettier extension from VSCode extensions.