mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
18 lines
192 B
Bash
18 lines
192 B
Bash
#TODO: Initialize Probe
|
|
|
|
#TODO: Make a script to run all the projects.
|
|
cd accounts
|
|
npm install
|
|
npm start
|
|
cd ..
|
|
|
|
cd dashboard
|
|
npm install
|
|
npm start
|
|
cd..
|
|
|
|
cd backend
|
|
npm install
|
|
npm start
|
|
cd..
|