Files
oneuptime/accounts
Nawaz Dhandala babbdbeff5 fix express
2022-03-22 14:33:59 +00:00
..
2020-02-27 00:02:06 +01:00
2022-03-22 14:33:58 +00:00
2022-03-22 14:33:58 +00:00
2022-03-22 14:33:59 +00:00
2022-02-11 22:22:01 +00:00
2021-01-12 12:32:19 +01:00
2022-03-22 14:33:59 +00:00
2022-03-22 14:33:59 +00:00
2022-03-22 14:33:59 +00:00
2022-03-22 14:33:55 +00:00
2022-03-22 14:33:55 +00:00
2022-03-22 14:33:59 +00:00
2022-03-22 14:33:59 +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