Frontend repository for Delta Auth.
Register using webmail and easily manage access to various web and android applications of NIT Trichy.
Svelte and Typescript:
https://svelte.dev/blog/svelte-and-typescript
https://github.com/baileyherbert/svelte-webpack-starter#starting-the-development-server
-
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