Skip to content

Commit

Permalink
and example root
Browse files Browse the repository at this point in the history
  • Loading branch information
blaine-arcjet committed May 24, 2024
1 parent b84b166 commit 9c7587a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ This directory contains examples of how to use Arcjet.

## Example app

Try an Arcjet protected app live at
[https://example.arcjet.com](https://example.arcjet.com) ([source
code](https://github.com/arcjet/arcjet-js-example)).
Try an Arcjet protected app live at [https://example.arcjet.com][example-url]
([source code][example-source]).

## Arcjet development

Expand All @@ -17,3 +16,6 @@ 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
```

[example-url]: https://example.arcjet.com
[example-source]: https://github.com/arcjet/arcjet-js-example

0 comments on commit 9c7587a

Please sign in to comment.