oneuptime/accounts
Nawaz Dhandala 0230949f1d fix lint
2022-01-23 12:33:05 +00:00
..
.vscode Check vccode file in. 2020-02-27 00:02:06 +01:00
public update icons and logos to use oneuptime icons and logos 2021-11-23 15:32:40 +01:00
src fix lint 2022-01-23 12:33:05 +00:00
.babelrc
.dockerignore fix dockerignore 2022-01-22 10:37:57 +00:00
.env setup and integrate sentry for error tracking and tracing 2021-09-09 13:23:03 +01:00
.gitattributes
.gitignore ignore .eslintcache 2021-01-12 12:32:19 +01:00
Dockerfile fix docker files 2022-01-19 12:36:43 +00:00
Dockerfile.dev fix docker files 2022-01-19 12:36:43 +00:00
index.js [skip-ci] use express static for accounts page 2021-12-30 08:25:15 +01:00
lighthouse.js refactor lighthouse 2020-09-26 18:16:15 +01:00
lighthouseWorker.js fix lint. 2021-07-08 20:33:17 +01:00
package-lock.json upgrade packages in package.json file for oneuptime accounts 2022-01-13 15:23:31 +01:00
package.json upgrade packages in package.json file for oneuptime accounts 2022-01-13 15:23:31 +01:00
README.md update fyipe to oneuptime and fyipe.com to oneuptime.com for accounts 2021-11-18 13:59:30 +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