DreadedHippy / studera-frontend

Frontend of the Studera website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Studera frontend

Welcome to the frontend repository of Studera, the hackathon project of team Studera. An innovative E-Learning Platform powered by generative AI. This repository contains the frontend codebase written with the Angular-Ionic framework

Getting Started

To set up the Studera frontend on your local machine, follow these steps:

  • Clone the Repository:

git clone https://github.com/Studera-AI/frontend.git

  • Move into the folder:

cd frontend

  • Install Angular-Ionic and other related dependencies:

npm install

Start the dev server:

  • With ionic installed: ionic serve
  • Without ionic installed: npm run start

The website will be available at http://localhost:8100.

Additional Notes

Tools used:

  • Ionic
  • Angular
  • SCSS
Feel free to reach out for any assistance or questions regarding Studera's frontend server.

About

Frontend of the Studera website


Languages

Language:SCSS 41.9%Language:TypeScript 33.7%Language:HTML 22.1%Language:JavaScript 2.3%