Bitfinex widget to check real time BTC price.
-
clone repository
git clone git@github.com:robdll/awesome-movies.git
-
move to project directory
cd ./bitphoenix
-
install dependencies
yarn
-
withing the project folder run:
yarn start
-
Open http://localhost:3000 to view it in your browser.
-
in case you are having issue with seeing images, it is probably because project homepage has been set to
/bitphoenix
. Only if this happens, set the following env variable:export PUBLIC_URL=http://localhost:3000
- withing the project folder run:
yarn 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!
if you forked this repository you will need to change the homepage
property inside the package.json
file.
After doing that you can run:
npm run deploy