All Projects → pestphp → website

pestphp / website

Licence: MIT license
This repository contains Pest's website and documentation

Programming Languages

Blade
752 projects
SCSS
7915 projects
PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to website

pest-plugin-laravel-octane
⛽ Pest plugin to test Laravel applications powered by Octane.
Stars: ✭ 21 (+40%)
Mutual labels:  pest
create-siler-app
🧱 Set up a modern Siler app by running one command.
Stars: ✭ 15 (+0%)
Mutual labels:  pest
html-parser
A simple and general purpose html/xhtml parser, using Pest.
Stars: ✭ 56 (+273.33%)
Mutual labels:  pest
Pest
Pest is an elegant PHP Testing Framework with a focus on simplicity
Stars: ✭ 3,712 (+24646.67%)
Mutual labels:  pest
pest-plugin-laravel-expectations
The Pest Laravel Expectations Plugin
Stars: ✭ 32 (+113.33%)
Mutual labels:  pest
awesome-pest
🚀 A curated list of awesome resources related to Pest.
Stars: ✭ 38 (+153.33%)
Mutual labels:  pest
laravel-blueprint-pestphp-addon
A PestPHP addon for Laravel Shift's Blueprint
Stars: ✭ 30 (+100%)
Mutual labels:  pest
pest-plugin-test-time
A Pest plugin to control the flow of time
Stars: ✭ 31 (+106.67%)
Mutual labels:  pest

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].