Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 580 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 580 Bytes

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