The offical Trans*DB Website built with SvelteKit.
(c) 2022 Trans*DB. All rights reserved.
While this projects source code is public, it is not open source, as it does not have a usage license attached. Hosting, copying or redistributing this code is prohibited, unless explicitly allowed with a written permission from the Trans*DB development team.
- SvelteKit Front-End Framework for Svelte
- Umami Privacy conscious tracking software
- Axios HTTP client for Node.js
- Sass CSS Preprocessor for DRY css
- LucideIconsSvelte Svelte Port of Lucide Icons
- FilterLang Domain specific filter language
Requires git and node.
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start