git clone git@github.com:BlockDevsUnited/DEX-Course-u-exchange.git #if SSH
or
git clone https://github.com/BlockDevsUnited/DEX-Course-u-exchange.git #if https
then go to the folder that you just cloned
cd DEX-Course-u-exchange
nvm install --lts #install lts version for npm
nvm use --lts
yarn
yarn start
We will publish to github pages under <user_github_name>. The dex app URL will be https://<user_github_name>.github.io/dex
-
In
package.json
, make sure that you specify the correct dex app URL for the 'homepage' keyword. -
Customize colors and logos Replace with your logos the files in the
assets
folder. -
Build for production
yarn build
git clone https://github.com/<user_github_name>
cp -r build <user_github_name>/dex
git commit ...
git push
You should be able to run the dex app URL