Space Engineer Thruster Calculator https://secalc.neshweb.net
  • Svelte 58.9%
  • TypeScript 33.3%
  • CSS 5.9%
  • JavaScript 0.9%
  • Dockerfile 0.6%
  • Other 0.4%
Find a file
neshura 30854302f3
All checks were successful
Run Tests on Code / test (push) Has been skipped
Build and Release Docker Image / check-tag (push) Successful in 2s
Build and Release Docker Image / test (push) Successful in 19s
Build and Release Docker Image / build (push) Successful in 55s
Build and Release Docker Image / release (push) Successful in 19s
Build and Release Docker Image / deploy (push) Successful in 2s
Release 1.0.3
2026-04-28 16:24:13 +00:00
.forgejo/workflows CI and Dockerfile 2026-04-28 15:29:53 +00:00
.idea Package updates 2026-04-28 16:01:44 +00:00
.yarn shadcn fixup 2026-04-28 16:23:58 +00:00
src shadcn fixup 2026-04-28 16:23:58 +00:00
static Ammend to Initial Commit 2024-05-20 00:31:58 +02:00
.gitignore Ammend to Initial Commit 2024-05-20 00:31:58 +02:00
.npmrc Ammend to Initial Commit 2024-05-20 00:31:58 +02:00
.yarnrc.yml .yarnrc.yml file 2026-04-28 15:31:24 +00:00
components.json shadcn fixup 2026-04-28 16:23:58 +00:00
compose.yml CI and Dockerfile 2026-04-28 15:29:53 +00:00
Dockerfile CI and Dockerfile 2026-04-28 15:29:53 +00:00
LICENSE Initial commit 2024-05-19 16:57:31 +00:00
package.json Release 1.0.3 2026-04-28 16:24:13 +00:00
README.md Initial Commit 2024-05-20 00:31:41 +02:00
svelte.config.js Package updates 2026-04-28 16:01:44 +00:00
tailwind.config.ts Ammend to Initial Commit 2024-05-20 00:31:58 +02:00
tsconfig.json Ammend to Initial Commit 2024-05-20 00:31:58 +02:00
vite.config.ts Tailwind Fixup 2026-04-28 16:08:10 +00:00
yarn.lock shadcn fixup 2026-04-28 16:23:58 +00:00

create-svelte

Everything you need to build a Svelte project, powered by create-svelte.

Creating a project

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

# create a new project in the current directory
npm create svelte@latest

# create a new project in my-app
npm create svelte@latest 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.