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 |
||
|---|---|---|
| .. | ||
| .idea | ||
| src | ||
| static | ||
| .dockerignore | ||
| .gitignore | ||
| .npmrc | ||
| Dockerfile | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| svelte.config.js | ||
| tsconfig.json | ||
| vite.config.ts | ||
Creating the svelte project
Create the docker image
docker build -t svelte .
Run the docker container
docker run --name svelte -dp 5173:5173 svelte