HackGreenville.com
The official repository for Greenville, SC's tech community website, maintained by Code for Greenville.
Purpose
Our goal is to connect people to the tech-related community in the Greenville area. We do this by providing information on events and organizations in the area, as well as directing people to sign-up for the HackGreenville Slack.
The organization data is queried from Code for Greenville's organizations API.
Then, for all of these organization, the events can be are queried from the events API.
Forking and Contributing
- See this project's CONTRIBUTING.md before creating issues, forking, or submitting any pull requests.
- You can connect with the development team by signing up for Code For Greenville's Slack and visiting the #hackgreenville channel
Tech Stack Notes
This project uses the Laravel PHP framework.
Laravel's Artisan command line tools is used to import events and organizations. Run php artisan
to see a full list of availabe commands. Select commands of note include:
- Manually import the latest events from the API:
php artisan pull:events
- Manually import the latest organizations from the API:
php artisan pull:orgs
- Completely erase and rebuild the database:
php artisan migrate:fresh --seed
β¨
Contributors Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!