Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/13r0ck/myreassurance-website
https://github.com/13r0ck/myreassurance-website
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/13r0ck/myreassurance-website
- Owner: 13r0ck
- Created: 2021-12-19T06:31:37.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-17T01:13:30.000Z (over 1 year ago)
- Last Synced: 2023-03-06T18:54:47.377Z (over 1 year ago)
- Language: Elm
- Size: 31.8 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [MyREassurance.com](https://myreassurance.com/)
:construction_worker: the webpage isn't quite done yet.
## How to publish
run `./publish.sh` on a linux machine.Or manually:
The server code is in the `workers` branch. Run `npm run-script build` here
then copy `./dist/*` into `./public` in the `workers` branch.
Publishing instructions to cloudflare workers is in the `workers` README.md
branch.## Pause Sign-Ups
Change `preventSignUp` to `True`/`False` and application logic will update
to link the call to action button on the gome page to a temporary page.
You will also have to update the message for that page depending on the
reason that the sign ups are frozen. Then Follow `How to Publish` above.## Run locally
using `npm start`The biggest hidden feature of this project is the design flexibiity. The best example of this is the website theme. Edit the `priamaryColor` (~ Line 280 )variable to anything you would like (supports all tailwind colors) and run locally.
![demo](https://github.com/13r0ck/myreassurance-website/blob/main/public/img/demo.gif?raw=true)