Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/defstudio/pest-plugin-laravel-expectations-docs

Documentation for pest-plugin-laravel-expectations
https://github.com/defstudio/pest-plugin-laravel-expectations-docs

hacktoberfest laravel pestphp

Last synced: 21 days ago
JSON representation

Documentation for pest-plugin-laravel-expectations

Awesome Lists containing this project

README

        

# Pest Laravel Expectations Docs

## Setup

Install dependencies:

```bash
npm install
```

## Development

```bash
npm run dev
```

## Static Generation

This will create the `dist/` directory for publishing to static hosting:

```bash
npm run generate
```

To preview the static generated app, run `npm run start`

## Deployment to Github Pages

This will copy the `dist/` directory with static files to Github Pages branch and push it:

```bash
npm run deploy
```

For detailed explanation on how things work, checkout [nuxt/content](https://content.nuxtjs.org) and [@nuxt/content theme docs](https://content.nuxtjs.org/themes-docs).