mirror of
https://github.com/rajnandan1/kener.git
synced 2026-08-07 07:14:56 +00:00
9b99bec50b7ea50de4b3ac9926f6ab00d1524dcc
- 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.
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.
Languages
Svelte
49.1%
TypeScript
47.4%
CSS
1.8%
JavaScript
1.1%
Dockerfile
0.3%
Other
0.2%