this post was submitted on 15 Jul 2023
7 points (100.0% liked)
Alexandrite
369 readers
5 users here now
Alexandrite is a desktop-first alternative Lemmy client.
Find a bug or have a feature request? Create an issue on Github, or post here.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
The landing page is in
src/routes/(meta)/instance/+page.svelte
. The dev enviroment can be run vianpm run dev
, after runningnpm install
. Then you should be access the project atlocalhost:5173
and watch the changes made in+page.svelte
with hot reload.Thanks, got it all working