svelte project files for https://itzzen.net
  • TypeScript 99.1%
  • CSS 0.4%
  • Svelte 0.3%
  • JavaScript 0.1%
Find a file
Image allissa 8e88174aca
Image
update avatar, donations page, other light touch ups
Signed-off-by: allissa <itzzen@itzzen.net>
2026-01-19 21:51:41 -05:00
src update avatar, donations page, other light touch ups 2026-01-19 21:51:41 -05:00
static update avatar, donations page, other light touch ups 2026-01-19 21:51:41 -05:00
tests initial commit 2024-05-05 11:37:39 -04:00
.eslintignore initial commit 2024-05-05 11:37:39 -04:00
.eslintrc.cjs initial commit 2024-05-05 11:37:39 -04:00
.gitignore ignore IDE files 2025-01-03 06:30:58 -05:00
.npmrc initial commit 2024-05-05 11:37:39 -04:00
.prettierignore November 3rd 2024 update 2024-11-03 20:18:22 -05:00
.prettierrc November 3rd 2024 update 2024-11-03 20:18:22 -05:00
package-lock.json updates, formatting, fixes 2025-12-03 12:16:30 -05:00
package.json 2025-08-06 changes 2025-08-06 09:32:12 +02:00
playwright.config.ts initial commit 2024-05-05 11:37:39 -04:00
README.md update readme 2024-05-17 04:25:25 -04:00
svelte.config.js a lot of big website changes all in one big juicy commit 2024-06-24 06:49:27 -04:00
tsconfig.json initial commit 2024-05-05 11:37:39 -04:00
vite.config.ts initial commit 2024-05-05 11:37:39 -04:00

itzzen.net

this is the source code for the itzzen.net website

developing

fetching dependencies

npm install

this should do the trick

running a dev server

npm run dev

this will open a development http server, you can append -- --open to this to have it automatically load the page in your default browser

code quality

npm run format

to tidy up all sources

npm run lint

to detect any errors with this codebase

building

npm run build

this will generate a new static build of this website in the build directory which can be served by any standard reverse proxy