mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08:00
12 lines
310 B
Markdown
12 lines
310 B
Markdown
# apps/website
|
|
|
|
Landing page for Trilium Notes powered by [Svelte](https://github.com/sveltejs/cli) and [Tailwind CSS](https://tailwindcss.com/).
|
|
|
|
## Developing
|
|
|
|
To run a dev server that will hot-reload changes: `pnpm nx run website:dev`
|
|
|
|
## Building
|
|
|
|
To create a production build: `pnpm nx run website:build`
|