Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/presentator/site

Presentator Site
https://github.com/presentator/site

Last synced: about 2 months ago
JSON representation

Presentator Site

Awesome Lists containing this project

README

        

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:

```sh
# 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
```