mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-22 07:10:53 +00:00
38 lines
499 B
Markdown
Executable File
38 lines
499 B
Markdown
Executable File
# 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
|