Skip to content

Latest commit

 

History

History
39 lines (21 loc) · 1.22 KB

File metadata and controls

39 lines (21 loc) · 1.22 KB

Getting Started with Create React App

This project was bootstrapped with Create React App.

To display the logo and name of the node provider

Display logo

You need to place either a node.png or node.svg file in the public directory and then run the build command.

If you decide to use a png file, the recommended height is 52px.

Display name

Enter your node name to the REACT_APP_NODE_NAME variable in the .env file.

npm install

Install project dependencies.

npm run 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 for more information.

npm run serve

Deploy your website with pm2, the default is port 80, you can change it.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.