Skip to content
This repository has been archived by the owner on Aug 14, 2020. It is now read-only.

authgear/auth-landing

Repository files navigation

auth-landing CI Status

Landing page for Authgear. This repo is based off svelte's sappler boilerplate so for more information look there.

Staging site can be found here: https://authgear.github.io/auth-landing/

Setup

git clone https://github.com/authgear/auth-landing
cd auth-landing
npm install

Usage

To run a local development server, use npm run dev

To generate a production build, use npm run export which will output to the __sapper__/export folder.

Note: npm run build generates a production node server while npm run export generates the production static build