Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/13r0ck/myreassurance-website


https://github.com/13r0ck/myreassurance-website

Last synced: 24 days ago
JSON representation

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)