Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Shield WorkOS Example

  1. Install binaries:
cargo install --locked dioxus-cli
cargo install --locked dotenvy
  1. Copy the default environment variables:
cp .env.example .env
  1. Configure the environment variables in .env.

  2. Start the development server:

dotenvy dx serve --platform web
  1. Go to http://localhost:8080.