Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bobdenotter/bolt-roadmap

A small repo to keep track of the Bolt 4 Roadmap
https://github.com/bobdenotter/bolt-roadmap

Last synced: 25 days ago
JSON representation

A small repo to keep track of the Bolt 4 Roadmap

Awesome Lists containing this project

README

        

Bolt Roadmap
------------

A repo to keep track of the Bolt Roadmap.

- Github Repository: https://github.com/bolt/core
- Bolt 4 Milestone issues: https://bit.ly/bolt4-roadmap
- The roadmap itself: https://roadmap.boltcms.io


Installation
------------

- Clone repo
- Run `composer install`
- Run `bin/console app:github` to fetch data
> Note that to run `bin/console app:github` you must use one of the following authentication methods:
1. **Token authentication** by adding your personal Github token to the `GITHUB_SECRET` environment variable in the `.env` file.
2. **Username/Password** by setting your username on `GITHUB_USERNAME` and your password on `GITHUB_SECRET` environment variables in the `.env` file. __This method will not work if you have Two Factor Authentication enabled.__
- Run `bin/console server:start` to start a webserver, and see the results in a browser