https://github.com/chlab/ontapper
https://github.com/chlab/ontapper
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/chlab/ontapper
- Owner: chlab
- Created: 2021-10-10T15:09:54.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-30T11:29:29.000Z (over 4 years ago)
- Last Synced: 2025-02-28T12:02:30.514Z (over 1 year ago)
- Language: Svelte
- Size: 154 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ontapper
Alternative taplist for http://ontapbern.ch
This is a project to play around with Svelte, Tailwind, Firebase and Azure Static Web Apps.
It's deployed at https://kind-sky-0e327e803.azurestaticapps.net/
## Development
```
$ npm start
```
Open dev server at https://localhost:4280/
### HTTPS
Service workers require the app to be served over https. There is an ssl cert and key for development in dev/. To install as a trusted cert on your system, install [mkcert](https://github.com/FiloSottile/mkcert) and run:
```
$ mkcert -install
$ mkcert -key-file dev/key.pem -cert-file dev/cert.pem localhost 127.0.0.1
```