Skip to content

LibreTexts/learning-analytics

Repository files navigation

This is a Next.js project bootstrapped with create-next-app.

Starting the Development Server

npm run dev

Open http://localhost:3000 in the browser to access the application.

Building Docker Container

To build the application as a Docker container, run the following command:

docker build -t container-tag-here .