solana/explorer/README.md

41 lines
1.3 KiB
Markdown
Raw Normal View History

2020-03-13 02:07:58 -07:00
<p align="center">
2021-04-25 13:26:48 -07:00
<img alt="Solana" src="https://i.imgur.com/uBVzyX3.png" width="250" />
2020-03-13 02:07:58 -07:00
</p>
# Solana Explorer
## Development
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
In the project directory, you can run:
2020-03-13 06:21:52 -07:00
### `npm start`
2020-03-13 02:07:58 -07:00
Runs the app in the development mode.<br />
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
The page will reload if you make edits.<br />
You will also see any lint errors in the console.
2020-03-13 06:21:52 -07:00
### `npm test`
2020-03-13 02:07:58 -07:00
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.
2020-03-13 06:21:52 -07:00
### `npm run build`
2020-03-13 02:07:58 -07:00
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.
### 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/).