Files
2022-01-24 19:00:53 +00:00
..
2020-02-27 00:02:06 +01:00
2022-01-24 09:02:01 +01:00
2019-08-02 18:26:16 +05:30
2022-01-22 10:37:57 +00:00
2021-01-12 12:32:19 +01:00
2022-01-19 12:36:43 +00:00
2022-01-19 12:36:43 +00:00
2020-09-26 18:16:15 +01:00
2021-07-08 20:33:17 +01:00
2022-01-24 09:02:45 +01:00
2022-01-24 19:00:53 +00:00

OneUptime Dashboard - Accounts

Repository for user authentication of the OneUptime dashboard

Stack

  • Reactjs - UI Library
  • Redux - State managment
  • Redux Forms - Forms

Start

To run the app:

 npm install

In development:

 npm run dev

In production:

 npm start

Puppeteer Tests

To run puppeteer tests for this repo, follow these steps:

  • Start the backend server
  • Start the accounts application
  • Then run npm run test from your terminal