Skip to content

delta/DAuth-Frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Delta OAuth2.0 Frontend

Frontend repository for Delta Auth.

About

Register using webmail and easily manage access to various web and android applications of NIT Trichy.

Prerequisites

Svelte Typescript Webpack

Resources

Svelte and Typescript:

https://svelte.dev/blog/svelte-and-typescript

https://github.com/baileyherbert/svelte-webpack-starter#starting-the-development-server

Setup

  • clone the repo

    git clone https://github.com/delta/DAuth-Frontend.git
    
  • install dependencies

    cd DAuth-Frontend
    
    npm install
    
  • Run cp env.example.js env.js

  • fill the backend URL in the env.js file

  • Run npm run build

  • Run npm run dev