Skip to content

Commit

Permalink
Merge pull request #20 from nuzzesick/development
Browse files Browse the repository at this point in the history
First version
  • Loading branch information
nuzzesick authored Jul 18, 2021
2 parents 266932f + 3ec5072 commit c45d8ee
Show file tree
Hide file tree
Showing 64 changed files with 14,831 additions and 57,926 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ downloads

# production
/build
/out

# misc
.env
Expand All @@ -25,4 +26,4 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*

data/data.json
data.json
80 changes: 10 additions & 70 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,70 +1,10 @@
# Getting Started with Create React App

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

## Available Scripts

In the project directory, you can run:

### `yarn start`

Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.

The page will reload if you make edits.\
You will also see any lint errors in the console.

### `yarn test`

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.

### `yarn build`

Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!

See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.

### `yarn eject`

**Note: this is a one-way operation. Once you `eject`, you can’t go back!**

If you aren’t 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.

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 you’re on your own.

You don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.

## Learn More

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/).

### Code Splitting

This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting)

### Analyzing the Bundle Size

This section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size)

### Making a Progressive Web App

This section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app)

### Advanced Configuration

This section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration)

### Deployment

This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment)

### `yarn build` fails to minify

This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)
# <img src="https://user-images.githubusercontent.com/27747658/126054843-003f6155-f7e2-4954-9229-143d6c11f9b8.png" height=26 /> Storm
Storm is a modern torrent client built with Electron and React.
<br />
Storm comes with the idea of <b>change the way we see torrent clients</b>, because all of them always have those typical tables with a lot of data that most of the regular users doesn't understand it all, including me.
<br />
I tried to put just the necessary features with a beautiful UI/UX.
<br />
Storm is currently in beta status and only available for MacOS, but go ahead and try it!
<br />
If you want to help me on build this open source project please clone it and start coding. If you find a problem/bug, please open an issue or contact me at [email protected]
Loading

0 comments on commit c45d8ee

Please sign in to comment.