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

Latest commit

 

History

History
22 lines (14 loc) · 810 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 810 Bytes

Arcjet Security Challenge - Next.js

This is a skeleton Next.js 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: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 🍀