Files
Simon Larsen 6ea19bda49 fix lint.
2022-05-17 19:46:12 +01:00
..
2022-05-17 19:46:12 +01:00
2022-05-13 12:24:45 +01:00
2022-05-17 09:20:13 +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