Sen descrición

Track3 1790663a5f add example env %!s(int64=2) %!d(string=hai) anos
.vscode 93a508d9d5 add frontend code & rename comment.ts to server.ts %!s(int64=2) %!d(string=hai) anos
src 1790663a5f add example env %!s(int64=2) %!d(string=hai) anos
.env.example 1790663a5f add example env %!s(int64=2) %!d(string=hai) anos
.gitignore 93a508d9d5 add frontend code & rename comment.ts to server.ts %!s(int64=2) %!d(string=hai) anos
README.md 1790663a5f add example env %!s(int64=2) %!d(string=hai) anos
deno.json 1790663a5f add example env %!s(int64=2) %!d(string=hai) anos
deno.lock 93a508d9d5 add frontend code & rename comment.ts to server.ts %!s(int64=2) %!d(string=hai) anos
index.html 1790663a5f add example env %!s(int64=2) %!d(string=hai) anos
server.ts 93a508d9d5 add frontend code & rename comment.ts to server.ts %!s(int64=2) %!d(string=hai) anos
svelte.config.js 93a508d9d5 add frontend code & rename comment.ts to server.ts %!s(int64=2) %!d(string=hai) anos
vite.config.mts 93a508d9d5 add frontend code & rename comment.ts to server.ts %!s(int64=2) %!d(string=hai) anos

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