Skip to content

AURORA.LA is an innovative on-chain AI-powered language learning platform that provides personalized, interactive language learning experiences. The frontend repository contains the user interface components and client-side logic that powers the AURORA learning environment.

Notifications You must be signed in to change notification settings

Stealth-cloud-droid/aurora-frontend

 
 

Repository files navigation

Start AURORA-Frontend - Installation and Usage Guide

Prerequisites

Steps

  1. Clone and Navigate
    git clone https://github.com/AURORALAOrg/AURORA-Frontend.git
    cd AURORA-Frontend
    
  2. Install Dependencies
    npm install
    

Make sure you have all the necessary dependencies installed before proceeding.

  1. Start Development Server
     cp .env.example .env
     npm run dev

The app will be available at http://localhost:5173/

About

AURORA.LA is an innovative on-chain AI-powered language learning platform that provides personalized, interactive language learning experiences. The frontend repository contains the user interface components and client-side logic that powers the AURORA learning environment.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 82.5%
  • Rust 7.7%
  • TypeScript 6.4%
  • Makefile 1.8%
  • CSS 1.6%