Kat's stash
Go to file
Sphericalkat 767b0417c8
feat: polish UI
Signed-off-by: Sphericalkat <me@kat.bio>
2024-06-18 11:12:31 +05:30
src feat: polish UI 2024-06-18 11:12:31 +05:30
static Initial commit 2024-06-17 15:12:54 +05:30
.gitignore Initial commit 2024-06-17 15:12:54 +05:30
.npmrc Initial commit 2024-06-17 15:12:54 +05:30
.nvmrc fix: add nvmrc 2024-06-17 15:17:51 +05:30
.prettierignore Initial commit 2024-06-17 15:12:54 +05:30
.prettierrc feat: implement file upload and fetching 2024-06-17 18:40:45 +05:30
eslint.config.js Initial commit 2024-06-17 15:12:54 +05:30
package.json feat: polish UI 2024-06-18 11:12:31 +05:30
pnpm-lock.yaml feat: polish UI 2024-06-18 11:12:31 +05:30
postcss.config.js feat(treewide): add tailwindcss 2024-06-17 15:43:23 +05:30
README.md fix(readme): remove unnecessary documentation 2024-06-17 15:18:25 +05:30
svelte.config.js Initial commit 2024-06-17 15:12:54 +05:30
tailwind.config.js feat(treewide): add tailwindcss 2024-06-17 15:43:23 +05:30
tsconfig.json Initial commit 2024-06-17 15:12:54 +05:30
vite.config.ts Initial commit 2024-06-17 15:12:54 +05:30

Katstash

File storage and sharing service.

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.