Skip to content
forked from pestphp/website

This repository contains Pest's website and documentation

License

Notifications You must be signed in to change notification settings

syndesiweb/website

 
 

Repository files navigation

PEST

GitHub Workflow Status (master) Total Downloads Latest Version License


Pest is an elegant PHP Testing Framework with a focus on simplicity. It was carefully crafted to bring the joy of testing to PHP.

Note: This repository contains Pest's website & documentation. If you want to start testing your application with Pest, visit the main Pest repository.

Pest was created by Nuno Maduro under the Sponsorware license. It got open-sourced and is now licensed under the MIT license.


How to setup the website locally?

// Please replace `https://github.com/pestphp/website` with your fork url
git clone https://github.com/pestphp/website

cd website
composer install
yarn install
yarn watch

// The website should be available under http://localhost:3000

About

This repository contains Pest's website and documentation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 62.8%
  • CSS 15.4%
  • PHP 12.6%
  • JavaScript 9.2%