Nav apraksta

Track3 93a508d9d5 add frontend code & rename comment.ts to server.ts 2 gadi atpakaļ
.vscode 93a508d9d5 add frontend code & rename comment.ts to server.ts 2 gadi atpakaļ
src 93a508d9d5 add frontend code & rename comment.ts to server.ts 2 gadi atpakaļ
.gitignore 93a508d9d5 add frontend code & rename comment.ts to server.ts 2 gadi atpakaļ
README.md 93a508d9d5 add frontend code & rename comment.ts to server.ts 2 gadi atpakaļ
deno.json 93a508d9d5 add frontend code & rename comment.ts to server.ts 2 gadi atpakaļ
deno.lock 93a508d9d5 add frontend code & rename comment.ts to server.ts 2 gadi atpakaļ
index.html 93a508d9d5 add frontend code & rename comment.ts to server.ts 2 gadi atpakaļ
server.ts 93a508d9d5 add frontend code & rename comment.ts to server.ts 2 gadi atpakaļ
svelte.config.js 93a508d9d5 add frontend code & rename comment.ts to server.ts 2 gadi atpakaļ
vite.config.mts 93a508d9d5 add frontend code & rename comment.ts to server.ts 2 gadi atpakaļ

README.md

Comment system

This project is a WIP.

Running

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

Start a dev server:

$ deno task dev

Deploy

Build production assets:

$ deno task build

Notes

  • You need to use .mjs or .mts extension for the vite.config.[ext] file.

Papercuts

Currently there's a "papercut" for Deno users:

  • peer dependencies need to be referenced in vite.config.js - in this example it is only svelte package that needs to be referenced