Small PNGTubing app https://cathode.tube
Go to file
Emerald 2d7608da45
initial wasm-compatible ray implementation
2023-10-24 21:16:55 -04:00
.helix [CI SKIP] dev (#5) 2022-10-21 02:21:37 -04:00
.vscode init sveltekit 2023-10-17 20:14:42 -04:00
.woodpecker appply: update binary name everywhere 2023-10-18 12:19:59 -04:00
old refactor audio and state, restyle bars 2023-10-18 09:35:14 -04:00
ray_format dev (#1) 2022-09-17 17:59:44 +00:00
src make web file picking more consistent 2023-10-20 19:08:18 -04:00
src-tauri initial wasm-compatible ray implementation 2023-10-24 21:16:55 -04:00
static move web audio to worklet 2023-10-20 02:46:20 -04:00
.eslintignore init sveltekit 2023-10-17 20:14:42 -04:00
.eslintrc.cjs init sveltekit 2023-10-17 20:14:42 -04:00
.gitignore make web file picking more consistent 2023-10-20 19:08:18 -04:00
.npmrc init sveltekit 2023-10-17 20:14:42 -04:00
.prettierignore init sveltekit 2023-10-17 20:14:42 -04:00
.prettierrc init sveltekit 2023-10-17 20:14:42 -04:00
.tool-versions feat: use canvas to render png 2023-10-12 01:35:42 -04:00
CHANGELOG.md chore(release): prepare for 0.2.0 2023-10-12 01:35:42 -04:00
Dockerfile.build chore(ci): update woodpecker pipeline syntax 2023-10-12 01:35:42 -04:00
LICENSE Create LICENSE 2022-08-26 11:31:39 -04:00
README.md init sveltekit 2023-10-17 20:14:42 -04:00
cliff.toml chore(release): prepare for 0.2.0 2023-10-12 01:35:42 -04:00
justfile fix background color 2023-10-18 14:22:59 -04:00
package.json refactor audio and state, restyle bars 2023-10-18 09:35:14 -04:00
postcss.config.cjs init sveltekit 2023-10-17 20:14:42 -04:00
svelte.config.js make image previews bigger 2023-10-20 02:58:45 -04:00
tailwind.config.ts fix background color 2023-10-18 14:22:59 -04:00
tsconfig.json init sveltekit 2023-10-17 20:14:42 -04:00
vite.config.ts init sveltekit 2023-10-17 20:14:42 -04:00
yarn.lock refactor audio and state, restyle bars 2023-10-18 09:35:14 -04:00

README.md

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.