Skip to content
This repository has been archived by the owner on Oct 6, 2020. It is now read-only.

Latest commit

 

History

History
24 lines (17 loc) · 941 Bytes

readme.md

File metadata and controls

24 lines (17 loc) · 941 Bytes

This repository contains the Pest Website.

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