Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/botman/botman.io

BotMan website
https://github.com/botman/botman.io

botman

Last synced: about 1 month ago
JSON representation

BotMan website

Awesome Lists containing this project

README

        

BotMan Website
===

This is the source of the botman.io website.

Documentation
---

The website's documentation is loaded from the `resources/docs` directory. You will need to clone the documentation into this directory. The documentation is stored on GitHub at [mpociot/botman-docs](https://github.com/mpociot/botman-docs).

Installation
---

Open Source Frameworks are teamwork - that's why we also have a [Teamwork](https://github.com/mpociot/teamwork) package for Laravel applications. If you want to contribute to the BotMan website and docs, you get started with these commands:

```bash
# Clone the main project
git clone [email protected]:botman/botman.io.git
cd botman.io

# Initial Setup
composer install
cp .env.example .env
php artisan key:generate

# If the docs were not fetched through the post install command of composer
# run the following to fetch the documentation
git clone -b 1.4 [email protected]:botman/docs.git resources/docs/1.4
git clone -b 1.5 [email protected]:botman/docs.git resources/docs/1.5
git clone -b 2.0 [email protected]:botman/docs.git resources/docs/2.0
git clone -b master [email protected]:botman/docs.git resources/docs/master
```