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/
git clone https://github.com/authgear/auth-landing
cd auth-landing
npm install
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