Skip to content

PioniaPHP-project/pionia-docs

Repository files navigation

Pionia Framework Official Documentation

Pionia Logo

Production docs can be found here.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Installing

  1. Clone the repository
git clone https://github.com/PioniaPHP-project/pionia-docs.git
  1. Change into the project directory
cd pionia-docs
  1. Install the dependencies
yarn install
  1. Start the development server
yarn dev

Contributing

  1. Fork the repository
  2. Create a new branch
  3. Make your changes
  4. Push your changes
  5. Create a pull request
  6. Wait for approval
  7. If everything is okay, your changes will be merged
  8. View your changes on the production site

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments