chore: added basic swarm information and branding

This commit is contained in:
Vojtech Simetka
2021-02-23 09:31:27 +01:00
parent 9a6c7c1360
commit 7ce11a3e54
13 changed files with 2683 additions and 730 deletions
+35 -27
View File
@@ -1,46 +1,54 @@
# Getting Started with Create React App
# Bee Status
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
[![Dependency Status](https://david-dm.org/ethersphere/bee-status.svg?style=flat-square)](https://david-dm.org/ethersphere/bee-status)
[![](https://img.shields.io/badge/made%20by-Swarm-blue.svg?style=flat-square)](https://swarm.ethereum.org/)
[![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-brightgreen.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/feross/standard)
![](https://img.shields.io/badge/npm-%3E%3D6.0.0-orange.svg?style=flat-square)
![](https://img.shields.io/badge/Node.js-%3E%3D10.0.0-orange.svg?style=flat-square)
## Available Scripts
> Simple dApp to show the status of the bee node. The goal is to help users setup their bee nodes.
In the project directory, you can run:
**Warning: This project is in alpha state. There might (and most probably will) be changes in the future to its API and working. Also, no guarantees can be made about its stability, efficiency, and security at this stage.**
### `yarn start`
## Table of Contents
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
- [Install](#install)
- [Usage](#usage)
- [Contribute](#contribute)
- [License](#license)
The page will reload if you make edits.\
You will also see any lint errors in the console.
## Install
### `yarn test`
```
git clone git@github.com:ethersphere/bee-status.git
Launches the test runner in the interactive watch mode.\
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
cd bee-status
### `yarn build`
npm ci
```
Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.
## Usage
The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!
```sh
npm run build
See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
serve -s ./build
```
### `yarn eject`
## Contribute
**Note: this is a one-way operation. Once you `eject`, you cant go back!**
There are some ways you can make this module better:
If you arent satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.
- Consult our [open issues](https://github.com/ethersphere/bee-status/issues) and take on one of them
- Help our tests reach 100% coverage!
- Join us in our [Mattermost chat](https://beehive.ethswarm.org/swarm/channels/swarm-javascript) if you have questions or want to give feedback
Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point youre on your own.
## Maintainers
You dont have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldnt feel obligated to use this feature. However we understand that this tool wouldnt be useful if you couldnt customize it when you are ready for it.
- [nugaon](https://github.com/nugaon)
- [vojtechsimetka](https://github.com/vojtechsimetka)
## Learn More
## License
You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
To learn React, check out the [React documentation](https://reactjs.org/).
[BSD-3-Clause](./LICENSE)