This is a skeleton Bun app for you to modify. Your challenge is to get rate limiting to work.
In order to get this skeleton app to run, follow the following steps:
- Ensure you have Bun installed (follow instructions at https://bun.sh/ if not)
- Clone this repository to your local machine
- Navigate to the project directory in your terminal
- Run
bun install
to install the dependencies - Start the server with
bun run dev
- Open your browser and visit
http://localhost:3000
You should now see the Arcjet Security Challenge page.
Check out the implementation steps in the Arcjet Security Challenge README or at the Arcjet Security Challenge Landing Page.
Good luck 🍀