mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02: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 testfrom your terminal