Skip to content

Commit

Permalink
Updating with React website code
Browse files Browse the repository at this point in the history
  • Loading branch information
kazzkiq committed Sep 25, 2019
1 parent cd95946 commit dc8bebf
Show file tree
Hide file tree
Showing 649 changed files with 25,137 additions and 567 deletions.
23 changes: 22 additions & 1 deletion .gitignore
@@ -1,4 +1,25 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
### OSX ###
.AppleDouble
.LSOverride
.tx
Icon


# Thumbnails
._*

# Files that might appear on external disk
.Spotlight-V100
.Trashes

# Other Stuff
wiki/
blog/
html/

# reCAPTCHA keys
include/recaptcha_keys.php
8AC722ACF131D71F7FC21ADB7A03D561.txt

# dependencies
/node_modules
Expand Down
157 changes: 157 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

75 changes: 12 additions & 63 deletions README.md
@@ -1,68 +1,17 @@
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
Peercoin.net Repo
============

## Available Scripts
The static html files for [Peercoin.net](http://peercoin.net).
The site is hosted on the Github itself, via gh-pages.

In the project directory, you can run:
### Issues
Content requests, bugs, etc. are all handled through [Github Issues](https://github.com/peercoin/peercoin.net/issues). We will try to get to your issue as soon as possible.

### `npm start`
### Pull Requests
If you have a simple change to the website, we ask that you put in a pull request instead of an issue. These include things like link changes, text errors, etc. We can add these to the live site just by accepting the pull, which makes everything easier.

Runs the app in the development mode.<br>
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
If don't know how to submit a pull request use these helpful guides: [one](https://help.github.com/articles/using-pull-requests) and [two](https://gun.io/blog/how-to-github-fork-branch-and-pull-request/).

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

### `npm test`

Launches the test runner in the interactive watch mode.<br>
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.

### `npm run build`

Builds the app for production to the `build` folder.<br>
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.<br>
Your app is ready to be deployed!

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

### `npm run 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

### Analyzing the Bundle Size

This section has moved here: 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

### Advanced Configuration

This section has moved here: 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

### `npm run build` fails to minify

This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify
### Installing and Running
If you want to test out the website locally, raise a local http server.
For example `python3 -m http.server 8080`.
3 changes: 3 additions & 0 deletions now.json
@@ -0,0 +1,3 @@
{
"alias": "www.peercoin.net"
}

1 comment on commit dc8bebf

@vercel
Copy link

@vercel vercel bot commented on dc8bebf Sep 25, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.