Run the Playground

Athena includes a playground that allows you to run and test your modules requests and offers an evaluation mode to test your module extensively. The playground is a web application built with Next.js. To run the playground, run the following command in the playground folder:

npm install
npm run dev

You can reach the playground at http://localhost:3000.

Athena Playground