Raj Nandan Sharma 9b99bec50b Create Dockerfile and Docker Compose configurations for Kener v4 application
- Implement multi-stage Dockerfile for building and running the Kener application with support for Alpine and Debian variants.
- Establish development and production Docker Compose files for local testing and deployment.
- Configure Redis service for caching and job scheduling.
- Set up environment variables for application configuration, including secret keys and database connections.
- Define health checks for Redis service to ensure reliability.
2026-02-10 08:36:28 +05:30
2026-02-08 14:34:53 +05:30
2026-02-02 19:01:44 +05:30
2026-02-09 08:26:16 +05:30
2026-02-09 08:26:16 +05:30
2026-01-22 18:29:42 +05:30
2026-01-22 18:29:42 +05:30
2026-01-26 20:14:28 +05:30
2026-02-09 08:26:16 +05:30
2026-01-22 18:29:42 +05:30
2026-02-09 08:26:16 +05:30
2026-01-22 18:29:42 +05:30

sv

Everything you need to build a Svelte project, powered by sv.

Creating a project

If you're seeing this, you've probably already done this step. Congrats!

# create a new project in the current directory
npx sv create

# create a new project in my-app
npx sv create my-app

Developing

Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

To deploy your app, you may need to install an adapter for your target environment.

S
Description
Beautiful Status Page, batteries included
Readme MIT 50 MiB
Languages
Svelte 49.1%
TypeScript 47.4%
CSS 1.8%
JavaScript 1.1%
Dockerfile 0.3%
Other 0.2%