Skip to content

Polies-Token/polies-swap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

polies-swap

To start the installation, follow the steps below and get your own DEX

Start by purchasing your VPS and we recommend the Here
After getting your VPS of at least 4GB of RAM we can get started

Connect via terminate using the program that best suits you, we recommend Putty
Use the codes mentioned one by one

Let's update all your VPS data

sudo apt update -y && sudo apt upgrade -y

we will install nodejs , npm and yarn

sudo apt install npm -y && sudo apt install nodejs -y && sudo apt install yarn -y
mkdir PoliesSwap && cd PoliesSwap 

Now that we've created a folder and entered it, we can clone the official repository, be sure to go there and rate it with the stars

git clone https://github.com/pancakeswap/pancake-frontend.git

enter the folder

cd pancake-frontend

Install the official npm repository

npm install

now start the instance to run the test

npm run start

run in your browser (VPS ip + Port: 3000)

About

initial install

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published