Notes can be deleted (will not save to the JSON) Notes can be added (will not save to the JSON) You can click on a Note to open it but /editor route is not working properly |
||
|---|---|---|
| .. | ||
| .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