PomeloNote/frontend/svelte
2022-10-04 10:28:53 +02:00
..
.idea Initial commit 2022-09-20 10:43:05 +02:00
src Merge branch 'note-repo' into develop 2022-10-04 10:28:53 +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
docker-compose.yml docker-compose.yml for Strapi created 2022-10-04 08:38:52 +02:00
Dockerfile Initial commit 2022-09-20 10:43:05 +02:00
package-lock.json HTML for login adapted and register created 2022-10-03 23:10:37 +02:00
package.json Cookie creation and error handling 2022-09-25 22:08:38 +02:00
README.md Readme updated 2022-10-04 09:04:21 +02:00
svelte.config.js Initial commit 2022-09-20 10:43:05 +02:00
tsconfig.json Login Skeleton 2022-09-23 00:06:18 +02:00
vite.config.ts Initial commit 2022-09-20 10:43:05 +02:00

🚀 Getting started with Svelte

Starting the container:

docker-compose up --build -d

Restart and rebuild Svelte:

docker-compose up --detach --build svelte