Files
Nawaz Dhandala 780087f3d2 fix process.env
2022-04-20 21:57:05 +01:00
..
fix
2022-04-10 22:50:28 +01:00
fix
2022-04-10 22:50:28 +01:00
2022-04-20 21:57:05 +01:00
fix
2022-04-10 22:50:28 +01:00
2022-04-11 14:11:16 +01:00
fix
2022-04-10 22:50:28 +01:00
fix
2022-04-10 22:50:28 +01:00
2022-04-11 14:11:16 +01:00
2022-04-11 14:11:16 +01:00
2022-04-20 21:57:05 +01:00
2022-04-11 14:11:16 +01:00
2022-04-11 14:11:16 +01:00
fix
2022-04-10 22:50:28 +01:00
fix
2022-04-10 22:50:28 +01: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