oneuptime/Accounts
Nawaz Dhandala 173337cdb5
fix
2022-04-10 22:58:24 +01:00
..
.vscode fix 2022-04-10 22:50:28 +01:00
public fix 2022-04-10 22:50:28 +01:00
src fix 2022-04-10 22:58:24 +01:00
.babelrc fix 2022-04-10 22:50:28 +01:00
.dockerignore fix 2022-04-10 22:50:28 +01:00
.gitattributes fix 2022-04-10 22:50:28 +01:00
.gitignore fix 2022-04-10 22:50:28 +01:00
Dockerfile fix 2022-04-10 22:50:28 +01:00
Dockerfile.dev fix 2022-04-10 22:50:28 +01:00
index.ts rename 2022-04-10 22:57:14 +01:00
package-lock.json fix 2022-04-10 22:50:28 +01:00
package.json fix 2022-04-10 22:50:28 +01:00
README.md fix 2022-04-10 22:50:28 +01:00
tsconfig.json 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