https://github.com/trmid/js-winner-calc-example
https://github.com/trmid/js-winner-calc-example
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/trmid/js-winner-calc-example
- Owner: trmid
- Created: 2024-07-05T21:24:01.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-10T01:27:56.000Z (almost 2 years ago)
- Last Synced: 2025-02-09T01:27:59.952Z (over 1 year ago)
- Language: Svelte
- Size: 2.63 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Did I Win?
This is a mostly pointless tool for manually checking PoolTogether wins before they are claimed. It's for the truly impatient people who just must know if they won before they win.
## Configure
This app was made using [SSS](https://github.com/trmid/svelte-static-spa). Use this template for your own site by running: `npm init sss `.
Change app options in `sss.config.json`.
## Development
Run `npm run dev` to start the development server. Edit the svelte and typescript files in the `src` folder to make changes to your app. Change the `docs/index.html` file directly to make changes to your app's metadata and to add additional stylesheets or resource links.
## Build
When your app is production ready, run the following command to output the static site bundle to the `docs/bundle` directory:
### Linux
`npm run build`
### Windows
`npm run build-win`
## Publish
After building your bundle, publish the static files in the `docs` directory on the platform of your choice, or if your build directory is named `docs`, you can host them directly on github by enabling github pages to serve directly from the `docs` folder in your repository.