Skip to content

NotTahaAli/Authentication-System-Frontend

Repository files navigation

Frontend for the Authentication System

Link to Backend Repository

How to Setup Test Environment

Note: You need to have NodeJS and NPM installed.

  1. Make sure the backend has been setup. Frontend will not work properly without backend. Refer to this on how to set up
  2. Run npm install to install all necessary packages.
  3. Copy the .env.template file and rename to .env
  4. Populate the .env file with the necessary environment variables.
  5. Run npm run dev to start a development server for Astro.
  6. Visit http://localhost:4321 to see the website in action.

Releases

No releases published

Packages

No packages published