File hosting and sharing service
-
Step 1: Clone the repo:
Go to the directory where you want to setup this project locally then run the following command on the terminal
git clone https://github.com/Saqib-ai06/pegioncloud.git
-
Step 2: Install dependencies:
Make sure you are in pegioncloud directory then run the following commands
npm install
-
Step 3: Setup .env file:
Rename the
example.env
to.env
then change the variables inside the file. -
Step 4: Run the Backend Server:
Now the project is ready, to run the project make sure you are in server directory then run the following commands
npm run dev