Skip to content
forked from PPIO/pp.io

πŸ‘πŸ‘πŸ‘ The official site of PPIO.

License

Notifications You must be signed in to change notification settings

GauravWalia19/pp.io

Β 
Β 

Repository files navigation

Introduction

This repository contains the source code of the http://pp.io.

Installation

Node and npm/yarn required

git clone [email protected]:PPIO/pp.io.git
cd pp.io
npm install

Run

npm run build:dll
npm run start

Then you can preview the site at http://localhost:8080/, hot module replacement supported.

Run with public url

npm run start:tunnel

Tunnel provided by ngrok.com

Build static resources

npm run build

Production page preview

npm run start:production

See it at http://localhost:9000

Code linting

npm run lint

About

πŸ‘πŸ‘πŸ‘ The official site of PPIO.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 45.3%
  • CSS 27.3%
  • HTML 27.0%
  • Shell 0.4%