This is a skeleton Next.js 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 Node.js installed (version 14 or later)
- Clone this repository to your local machine
- Navigate to the project directory in your terminal
- Run
npm install
to install the dependencies - Start the development server with
npm 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 🍀