Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/Superalgos/Superalgos in…
Browse files Browse the repository at this point in the history
…to develop
  • Loading branch information
Smidy13 committed Jul 12, 2022
2 parents afc09a6 + 450bffe commit 7a33f13
Show file tree
Hide file tree
Showing 74 changed files with 43,389 additions and 504 deletions.
4 changes: 4 additions & 0 deletions Bitcoin-Factory/Dashboard/.browserslistrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
> 1%
last 2 versions
not dead
not ie 11
23 changes: 23 additions & 0 deletions Bitcoin-Factory/Dashboard/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
.DS_Store
node_modules
/dist


# local env files
.env.local
.env.*.local

# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*

# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
16 changes: 16 additions & 0 deletions Bitcoin-Factory/Dashboard/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
## Project Setup

After cloning the repository, run the following command in the "Superalgos-Network-Node-Dashboard" folder.
```
npm install
```

## Running the Dashboard

To access the Dashboard, run the following command in the "Superalgos-Network-Node-Dashboard" folder.
```
npm start
```


--- When you open the Url in the browser, you display it on the dashboard. Data is automatically refreshed every 5 seconds.
19 changes: 19 additions & 0 deletions Bitcoin-Factory/Dashboard/jsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"compilerOptions": {
"target": "es5",
"module": "esnext",
"baseUrl": "./",
"moduleResolution": "node",
"paths": {
"@/*": [
"src/*"
]
},
"lib": [
"esnext",
"dom",
"dom.iterable",
"scripthost"
]
}
}
Loading

0 comments on commit 7a33f13

Please sign in to comment.