Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Latest commit

 

History

History

bun

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Arcjet Security Challenge - Bun

This is a skeleton Bun app for you to modify. Your challenge is to get rate limiting to work.

Get Started

In order to get this skeleton app to run, follow the following steps:

  1. Ensure you have Bun installed (follow instructions at https://bun.sh/ if not)
  2. Clone this repository to your local machine
  3. Navigate to the project directory in your terminal
  4. Run bun install to install the dependencies
  5. Start the server with bun run dev
  6. Open your browser and visit http://localhost:3000

You should now see the Arcjet Security Challenge page.

How to Participate

Check out the implementation steps in the Arcjet Security Challenge README or at the Arcjet Security Challenge Landing Page.

Good luck 🍀