Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The Synapse Web Monorepo is a centralized codebase for projects related to synapse.org. For an overview of the Synapse web ecosystem, visit the Web Engineering - Links document.

Installation

Refer to the README in the Synapse Web Monorepo for installation instructions.

Running a portal locally

Refer to the README in the portals directory of the Synapse Web Monorepo for instructions on how to do this.

How to use Login Authentication Locally with OneSage

In your terminal, run the snippet below to start a portal (I’m using the ELITE portal as an example but you can replace elportal below with the name of the portal you wish to run:

...

Note run portals on a port other than 3000 if you want to enable local user authentication (see section below).

How to use Login Authentication Locally with OneSage

In your terminalNext, run the snippet below to enable user authentication in your local environment:

...