Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 390 Bytes

File metadata and controls

35 lines (24 loc) · 390 Bytes

PHPOnl website

This project contain source files for building php.onl website

Build website

The source code is available at branch source

Install dependencies

yarn install

Run in developmetn environment

yarn dev

Run build

yarn build

Export static website

yarn export

Export and deploy to github page

yarn deploy