Ei kuvausta

Track3 1790663a5f add example env 2 vuotta sitten
.vscode 93a508d9d5 add frontend code & rename comment.ts to server.ts 2 vuotta sitten
src 1790663a5f add example env 2 vuotta sitten
.env.example 1790663a5f add example env 2 vuotta sitten
.gitignore 93a508d9d5 add frontend code & rename comment.ts to server.ts 2 vuotta sitten
README.md 1790663a5f add example env 2 vuotta sitten
deno.json 1790663a5f add example env 2 vuotta sitten
deno.lock 93a508d9d5 add frontend code & rename comment.ts to server.ts 2 vuotta sitten
index.html 1790663a5f add example env 2 vuotta sitten
server.ts 93a508d9d5 add frontend code & rename comment.ts to server.ts 2 vuotta sitten
svelte.config.js 93a508d9d5 add frontend code & rename comment.ts to server.ts 2 vuotta sitten
vite.config.mts 93a508d9d5 add frontend code & rename comment.ts to server.ts 2 vuotta sitten

README.md

Comment system

This project is a WIP.

💡You need to have Deno v1.28.0 or later intalled to run this repo.

Back-end

Start a dev server:

$ deno task dev-server

Front-end

Start a dev server:

$ deno task dev

Build production assets:

$ deno task build