Skip to content

Ed-Fi-Alliance-OSS/Ed-Fi-Admin-Console

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ed-Fi Admin Console

This is the startup app that works as the base project template. Created from the Vite react-ts template.

🚨 Alpha Notice: Use at Your Own Risk

This project is currently in alpha and under active development. Features and APIs are subject to change, and there may be bugs or incomplete functionality.

We welcome contributions and feedback, but please use this project at your own risk in environments. For more stable alternatives, consider waiting for a beta or stable release, scheduled in 1Q 2025.

Frameworks and Libraries

The frameworks and libraries used are the following:

  • React
  • Typescript
  • Vite (react-ts template)
  • Chakra UI

Installation

Requirements

Steps

  • Move to the SDK folder and install dependencies in the EDX SDK using the following command:
    npm install
  • Build the SDK using the command
    npm run build (any change in the SDK has to be built it again using this command)
  • Install the Admin Console dependencies using the command
    npm install
  • Verify you have the config.json file. You can use the config.example.json as example.
  • Run the Admin Console using
    npm run dev

Folder Structure

  • te-startup project
    • plugins (contains all the plugins used with the vite configuration file)
    • public (contains public files)
    • src
      • assets
      • components
        • common
        • layout
        • pages
        • routes
      • core (business rules or models)
      • shared (components and themes from te-themes package)

Releases

No releases published

Packages

No packages published

Languages