Skip to content

Latest commit

 

History

History

sveltekit

SvelteKit Example

This is an example demonstrating the use of @uauth/js with SvelteKit.

Running this Project

  1. Build your local uauth packages.

    # From the top level of the uauth repo
    yarn install
    yarn build

    Or add a live version of the @uauth/js package to this project.

    # Inside this project folder
    yarn add @uauth/js
  2. Install the project dependencies.

    yarn install
  3. Start the development server.

    yarn dev

Files