Skip to content

TransDB-de/website

Repository files navigation

Trans*DB Website

The offical Trans*DB Website built with SvelteKit.

Copyright Notice

(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.

Dependencies

Build Setup

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