/authgear-landing

Marketing page

Primary LanguageHTMLApache License 2.0Apache-2.0

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://skygeario.github.io/auth-landing/

Setup

git clone https://github.com/SkygearIO/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