Skip to content

presentator/site

Repository files navigation

Presentator Site

This is the Presentator landing site (https://presentator.io), built with SvelteKit.

Development and contribution

Download the repo and run the appropriate console commands:

# install dependencies
npm install

# start a dev server with hot reload at localhost:5173
npm run dev

# run prettier
npm run format

# generate production ready bundle
npm run build