.. | ||
src | ||
static | ||
.env | ||
.env.development | ||
.gitignore | ||
.npmrc | ||
package-lock.json | ||
package.json | ||
postcss.config.js | ||
README.md | ||
svelte.config.js | ||
tailwind.config.js | ||
tsconfig.json | ||
vite.config.ts |
Sveltekit Frontend
This a sveltekit project, created with the npm creation script.
Developing
Start the development Docker stack by running
sudo docker-compose -f development.docker-compose.yml up --build --force-recreate --remove-orphans
Building
To run the development Docker stack, run
sudo docker-compose -f production.docker-compose.yml up --build --force-recreate --remove-orphans --detach