https://github.com/presentator/site
Presentator Site
https://github.com/presentator/site
Last synced: 3 months ago
JSON representation
Presentator Site
- Host: GitHub
- URL: https://github.com/presentator/site
- Owner: presentator
- License: mit
- Created: 2024-01-26T18:31:42.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-01-02T09:50:05.000Z (over 1 year ago)
- Last Synced: 2025-01-02T10:39:13.280Z (over 1 year ago)
- Language: SCSS
- Homepage: https://presentator.io
- Size: 1.1 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
```