Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrewmcodes-archive/ruby-meetup-online
Ruby Meetup: Online landing page
https://github.com/andrewmcodes-archive/ruby-meetup-online
conference gatsby meetup rails ruby rubyonrails
Last synced: 2 days ago
JSON representation
Ruby Meetup: Online landing page
- Host: GitHub
- URL: https://github.com/andrewmcodes-archive/ruby-meetup-online
- Owner: andrewmcodes-archive
- License: mit
- Archived: true
- Created: 2020-03-05T00:44:40.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-05T00:38:18.000Z (almost 5 years ago)
- Last Synced: 2024-09-27T16:21:01.922Z (4 months ago)
- Topics: conference, gatsby, meetup, rails, ruby, rubyonrails
- Language: JavaScript
- Homepage: https://rubymeetup.online
- Size: 630 KB
- Stars: 5
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
RubyMeetup.onlineLanding page to collect email addresses for those interested in an online Ruby meetup.
[![All Contributors](https://img.shields.io/badge/all_contributors-4-orange.svg?style=flat-square)](#contributors)
## Table of Contents
- [Development](#development)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Contributing](#contributing)
- [Code of Conduct](#code-of-conduct)
- [License](#license)
- [Contributors ✨](#contributors-)## Development
_Make sure you read the [contributing guide](https://github.com/andrewmcodes/ruby-meetup-online/blob/master/CONTRIBUTING.md) if you are planning to submit a PR!_
### Prerequisites
- Node (I recommend using v12.16.1 or higher)
- [Gatsby CLI](https://www.gatsbyjs.org/docs/)### Install
```sh
cd ruby-meetup-online
yarn install
```### Usage
```sh
gatsby develop
```You can now view ruby-meetup-online in the browser at http://localhost:8000/.
View GraphiQL, an in-browser IDE, to explore your site's data and schema at http://localhost:8000/___graphql
## Contributing
Contributions, issues and feature requests are welcome!
Feel free to check [issues page](https://github.com/andrewmcodes/ruby-meetup-online/issues). You can also take a look at the [contributing guide](https://github.com/andrewmcodes/ruby-meetup-online/blob/master/CONTRIBUTING.md).
## Code of Conduct
Everyone interacting in the Pruner project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/andrewmcodes/pruner/blob/master/CODE_OF_CONDUCT.md).
## License
This project is [MIT](https://github.com/andrewmcodes/ruby-meetup-online/blob/master/LICENSE) licensed.
## Contributors ✨
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
Andrew Fomera
Andrew Mason
Julian Rubisch
Matt Mayer
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!