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

Latest commit

 

History

History

sveltekit

Arcjet Security Challenge - SvelteKit

This is a skeleton SvelteKit 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 Node.js installed (version 14 or later)
  2. Clone this repository to your local machine
  3. Navigate to the project directory in your terminal
  4. Run npm install to install the dependencies
  5. Start the development server with npm run dev
  6. Open your browser and visit http://localhost:5173

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 🍀