Follow these steps to set up the project locally:
-
Clone the Repository
git clone https://github.com/swarmauri/swarmauri_ed.git
cd swarmauri_ed
-
Install Dependencies
Ensure you have Node.js installed. Then, install the required dependencies using npm or yarn.
npm install
Or, if you prefer using yarn:
yarn install
To start the development server and run the project locally, follow these steps:
-
Start the Development Server
npm run dev
Or, if you are using yarn:
yarn dev
-
Open Your Browser
Navigate to
http://localhost:5173
- Sign Up/Login Pages: Outline the forms and features available on the Sign Up/Login pages
- The Forgot Password page allows users to reset their passwords. Users enter their email address to receive a password reset link.
- Added input fields for new password and confirmation.
- Included navigation link to return to the login page.