No description
Find a file
2026-01-25 18:40:24 +01:00
.github/workflows Update semantic-release.yml 2025-10-10 19:35:04 +02:00
.idea feat: refreshed UI 2026-01-23 22:07:00 +01:00
src feat: some UI changes 2026-01-25 18:40:24 +01:00
static some improvements 2025-10-02 20:42:25 +02:00
.gitignore some changes 2025-09-06 13:45:29 +02:00
.npmrc feat: first commit, basic frondend work 2025-09-02 13:32:46 +02:00
.releaserc Create .releaserc 2025-10-10 19:23:29 +02:00
CHANGELOG.md chore(release): 1.1.0 [skip ci] 2025-12-07 15:51:11 +00:00
package-lock.json feat: added text when message is edited in channel or thread 2025-12-05 17:06:10 +01:00
package.json feat: added PDF maker for channels messages, introspace work for input areas, textarea etc. 2025-11-07 17:12:33 +01:00
README.md feat: first commit, basic frondend work 2025-09-02 13:32:46 +02:00
svelte.config.js changes.. node adapter-node 2025-09-11 20:18:09 +02:00
tsconfig.json feat: first commit, basic frondend work 2025-09-02 13:32:46 +02:00
vite.config.ts fix: fixed moon div, it shows again current phase 2026-01-12 20:41:28 +01:00

sv

Everything you need to build a Svelte project, powered by sv.

Creating a project

If you're seeing this, you've probably already done this step. Congrats!

# create a new project in the current directory
npx sv create

# create a new project in my-app
npx sv create my-app

Developing

Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

To deploy your app, you may need to install an adapter for your target environment.