Playground Setup
Playground is a web application that allows users to test Athena’s functionality. Built with Next.js and React, Playground provides a user-friendly interface for debugging, evaluating Athena modules, and simulating interaction with a learning management system (LMS).
Preparation
To run Playground, make sure you have Node.js installed on your machine. It is recommended to use the latest LTS version (>=18.14.0 < 19)
Dependency Installation
Navigate to the playground directory and execute the following command to install the necessary dependencies:
npm install