Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/defstudio/pest-plugin-laravel-expectations-docs
- Owner: defstudio
- Created: 2021-10-14T14:07:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-11T14:13:06.000Z (9 months ago)
- Last Synced: 2024-11-07T11:17:20.529Z (2 months ago)
- Topics: hacktoberfest, laravel, pestphp
- Language: JavaScript
- Homepage:
- Size: 7.02 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
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).