Skip to content

Latest commit

 

History

History

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Arcjet Examples

This directory contains examples of how to use Arcjet.

Example app

Try an Arcjet protected app live at https://example.arcjet.com (source code).

Arcjet development

To develop Arcjet, use the following commands before starting the example:

export ARCJET_LOG_LEVEL=DEBUG
export ARCJET_BASE_URL=https://decide.arcjet.orb.local:4082
export NODE_TLS_REJECT_UNAUTHORIZED=0 # Allows local self-signed certs