oneuptime/accounts
Nawaz Dhandala 21225fc7b2
rename
2022-03-22 14:33:51 +00:00
..
.vscode
public rename 2022-03-22 14:33:51 +00:00
src rename 2022-03-22 14:33:51 +00:00
.babelrc
.dockerignore remove newrelic 2022-02-11 22:22:01 +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 images 2022-02-12 09:51:52 +00:00
Dockerfile.dev fix docker images 2022-02-12 09:51:52 +00:00
index.ts rename 2022-03-22 14:33:51 +00:00
lighthouse.ts rename 2022-03-22 14:33:51 +00:00
lighthouseWorker.ts rename 2022-03-22 14:33:51 +00:00
package-lock.json Remove Sentry 2022-02-09 22:13:12 +00:00
package.json change to type module 2022-02-25 13:25:16 +00: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