PomeloNote/frontend/svelte
dhain 79891ff9e7 Added colors
Click on X now has an alert if you really want to delete the note
Date is displayed under the note title
clicking on note working and displaying content
2022-09-25 22:37:08 +02:00
..
.idea Initial commit 2022-09-20 10:43:05 +02:00
src Added colors 2022-09-25 22:37:08 +02:00
static Initial commit 2022-09-20 10:43:05 +02:00
.dockerignore Initial commit 2022-09-20 10:43:05 +02:00
.gitignore Initial commit 2022-09-20 10:43:05 +02:00
.npmrc Initial commit 2022-09-20 10:43:05 +02:00
Dockerfile Initial commit 2022-09-20 10:43:05 +02:00
package-lock.json Added colors 2022-09-25 22:37:08 +02:00
package.json Initial commit 2022-09-20 10:43:05 +02:00
README.md README.md changed to explain docker commands 2022-09-20 10:58:25 +02:00
svelte.config.js Initial commit 2022-09-20 10:43:05 +02:00
tsconfig.json Initial commit 2022-09-20 10:43:05 +02:00
vite.config.ts Initial commit 2022-09-20 10:43:05 +02:00

Creating the svelte project

Create the docker image

docker build -t svelte .

Run the docker container

docker run --name svelte -dp 5173:5173 svelte