-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bd7be75
commit 8b4aefc
Showing
37 changed files
with
16,600 additions
and
11,767 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,15 @@ | ||
# SWC React Template | ||
This is the front-end client for `{blueprint}` key/val service. Basic operational metrics, cluster system view, and general system resource availability of the `{blueprint}` key/value cluster. | ||
# Admin Dashboard | ||
|
||
## Installing | ||
Please refer to the [installation](https://swc-project.github.io/docs/installation) section of the SWC project [website](https://swc-project.github.io). It contains appropriate installation instructions based on the operating system you are using. | ||
This is the front-end client for Home Cloud Server. | ||
|
||
## Getting Started | ||
Make sure you have [swc]() installed. | ||
```bash | ||
npm i -D @swc/cli @swc/core | ||
``` | ||
|
||
```bash | ||
npm install | ||
``` | ||
|
||
The template uses [webpack](https://webpack.js.org/) and comes packaged with `webpack-dev-server`. You can start the dev server by running: | ||
You can start the dev server by running: | ||
|
||
```bash | ||
npm start | ||
``` | ||
|
||
## Contributing | ||
PRs welcome! :smiley: | ||
|
||
## License | ||
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details | ||
|
||
## Architecture | ||
|
||
Libs: | ||
* react | ||
* react-router | ||
* rtk | ||
* redux | ||
* redux-query | ||
* material-ui | ||
* grpc-web | ||
* grpc-web-connect | ||
|
Oops, something went wrong.