feat: Add emoji theme picker

This commit is contained in:
Jesse Wierzbinski 2024-11-05 14:25:28 +01:00
parent ac4acd31cb
commit 6b6d1d44d2
No known key found for this signature in database
13 changed files with 132 additions and 21 deletions

View file

@ -81,6 +81,10 @@ services:
Then, the frontend will be available at `http://localhost:3000` inside the container. To link it to a Versia Server, set the `NUXT_PUBLIC_API_HOST` environment variable to the server's URL.
## Development
Make sure to run `bun run emojis:generate` to generate the emoji list before building or running the project.
## License
This project is licensed under the AGPL 3.0 - see the [LICENSE](LICENSE) file for details.