- Firstly, make sure you are in the correct file directory. The correct file directory should end with:
..\solswap\solswap>
In case you are in the wrong file directory, run this command:
cd solswap
- Run the terminal and make sure you have yarn installed. If not, run:
npm install --global yarn
and then run:
yarn install
- The next step is to run a local server to host the webpage. To do so, run:
yarn dev
or
npm run dev
- If you encounter CSS bugs when switching between webpages, simply reload the page and the webpage should come up as normal again
- Hope you liked what we have built!!