This is the official repository of the LEIA Project documentation and website, built with Docusaurus.
LEIA is a project focused on AI-assisted learning. This website serves as the main hub for documentation, resources, and community updates.
Before you begin, make sure you have installed:
Clone this repository and run the website locally:
# Clone the repository
git clone https://github.com/leia-org/web.git
cd web
# Install dependencies
npm install
# or with yarn
yarn install
# Start the development server
npm run start
# or
yarn start