Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Arcjet Examples

This directory contains examples of how to use Arcjet.

Example app

Try an Arcjet protected Next.js app live at example.arcjet.com

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
export NODE_TLS_REJECT_UNAUTHORIZED=0 # Allows local self-signed certs