├── .github └── ISSUE_TEMPLATE │ ├── custom.md │ ├── new-strapi-meetup-group.md │ └── talk-title.md ├── LICENSE ├── README.md ├── guidelines.md ├── meetup-faq.md └── meetup-kit.md /.github/ISSUE_TEMPLATE/custom.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Custom issue template 3 | about: Describe this issue template's purpose here. 4 | title: '' 5 | labels: '' 6 | assignees: '' 7 | 8 | --- 9 | 10 | 11 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/new-strapi-meetup-group.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: New Strapi meetup group 3 | about: Use this template if you're interested in launching a new Strapi user group 4 | in your city 5 | title: "[New group] Country, City name" 6 | labels: '' 7 | assignees: vcoisne 8 | 9 | --- 10 | 11 | # Background Information 12 | 13 | - **Name**: Your First and Last Name 14 | - **Company:** Name of the organization you work for 15 | - **Country, City:** Name fo the country, city where you'd like to start a group 16 | - **Personal Website or blog:** yourwebsite.com if applicable 17 | - **Twitter:** @yourhandle 18 | 19 | # Strapi support needed 20 | 21 | - [ ] Finding speakers 22 | - [ ] Finding host venues 23 | - [ ] Finding sponsors 24 | - [ ] Promoting my events 25 | - [ ] I only need Strapi swag 26 | 27 | # Community Guidelines 28 | 29 | - [ ] I have read & agree to respect Strapi's [code of conduct](https://github.com/strapi/strapi/blob/master/CODE_OF_CONDUCT.md) and [community guidelines](https://github.com/strapi/strapi-meetups/blob/master/guidelines.md) 30 | - [ ] I have checked that there is no existing Strapi user group in this city. 31 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/talk-title.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Talk title 3 | about: Use this template to submit talks for Strapi meetups 4 | title: "[Submission] Talk title" 5 | labels: '' 6 | assignees: vcoisne 7 | 8 | --- 9 | 10 | # Presenter info 11 | 12 | - **Name**: Your First and Last Name 13 | - **Company:** Name of the organization you work for 14 | - **Personal Website or blog**: yourwebsite.com if applicable 15 | - **Twitter:** @yourhandle 16 | - **Bio:** (~50 words) for each presenter 17 | 18 | # Submission 19 | 20 | - **Abstract:** (~100 words) 21 | - **Type:** lightning talk, standard talk, panel, workshop, demos, etc 22 | - **Length:** 10, 30 minutes, 1 hour, etc 23 | - **Availability**: Dates that work best for you 24 | - **Country, City:** Name fo the country, city where you'd like to present 25 | - **Virtual:** I'm ok to present this talk virtually too or not 26 | 27 | # Takeaways 28 | 29 | Top 3 takeaways for participants 30 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2020 strapi 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Strapi Meetups 2 | 3 | Learn, share and collaborate with the community at Strapi meetups. Contributions welcome. 4 | 5 | Welcome to the Strapi meetup repositories. Our goal is to provide resources and support to everyone who wants to bring the community together by organizing Strapi meetups. Here is a list of resources to help you get started: 6 | 7 | - Make use of the Strapi [Meetup Kit](https://github.com/strapi/strapi-meetups/blob/master/meetup-kit.md) to help you get started with giving presentations on various Strapi topics at your meetups. 8 | - If you have any questions about organizing Strapi meetups please check out the [Meetup FAQ](https://github.com/strapi/strapi-meetups/blob/master/meetup-faq.md) before creating an issue on this repository. 9 | - Here is a list of [Strapi meetup guidelines](https://github.com/strapi/strapi-meetups/blob/master/guidelines.md). 10 | 11 | 12 | ## Active Strapi meetup groups include: 13 | 14 | - [Strapi London](https://www.meetup.com/strapi-london/) 15 | - [Strapi CZ (Brno + Prague)](https://www.meetup.com/Strapi-CZ/) 16 | 17 | 18 | ## Online meetup 19 | 20 | We host an Online Meetup on the **3rd Thursday of every month at 8am PST**. We create [issues](https://github.com/strapi/strapi-meetups/issues/1) to discuss what topics should be covered next. Please feel free to suggest topics you're interested in :) 21 | 22 | 23 | ## Community support 24 | 25 | For general help using Strapi, please refer to [the official Strapi documentation](https://strapi.io/documentation/). For additional help online, you can use one of these channels to ask a question: 26 | 27 | - [StackOverflow](http://stackoverflow.com/questions/tagged/strapi) 28 | - [Discord](https://discord.strapi.io/) (Highly recommended for faster support) 29 | - [Spectrum](https://spectrum.chat/strapi) 30 | - [GitHub](https://github.com/strapi/strapi) (Bug reports, contributions) 31 | - [ProductBoard](https://portal.productboard.com/strapi/tabs/2-under-consideration) (Roadmap, Feature requests) 32 | - [Twitter](https://twitter.com/strapijs) (Get the news fast) 33 | - [Facebook](https://www.facebook.com/Strapi-616063331867161) 34 | - [YouTube Channel](https://www.youtube.com/strapi) (Learn from Video Tutorials) 35 | 36 | 37 | -------------------------------------------------------------------------------- /guidelines.md: -------------------------------------------------------------------------------- 1 | ## Community Guidelines 2 | 3 | Strapi meetups bring together people who are interested in Strapi and the JAMstack ecosystem at large. We are very grateful for your contributions to the open-source project and really value in-person knowledge sharing, collaboration, and mentorship. 4 | 5 | Here is a set of guidelines to ensure we form a respected and professional group for the Strapi and JAMstack ecosystem: 6 | 7 | - Promote and support inclusivity, respect, and professionalism in the tech community. 8 | - Strive to keep the group active with frequent meetups and presentations on relevant content (including the latest Strapi releases and new Strapi projects or use cases). If you can no longer commit to being an active community leader, please give us a heads up so that we can help out. 9 | - Ensure that all participants can freely and openly share ideas in a safe and welcoming environment that encourages mutual respect and collaboration. 10 | - Keep up-to-date on the latest technological advances in Strapi and the ecosystem. 11 | - Be respectful when mentioning other vendors, technologies, and communities in the ecosystem. 12 | - Select content that is educational, accurate, and free from sales pitches. If you need help validating a talk proposal, please reach out for assistance. 13 | - If you experience difficulties with Strapi, please give us the opportunity to address your feedback in advance. 14 | - Make sure to watch this repository to receive updates and join the Community Leader slack channel to stay informed about the latest Strapi news and community activities. 15 | 16 | 17 | ## Embody the Strapi Community Code of Conduct 18 | 19 | As Strapi community members we agree to respect the following [Code of Conduct](https://github.com/strapi/strapi/blob/master/CODE_OF_CONDUCT.md). As a Strapi community leader, it is especially important that you lead by example. 20 | 21 | ## Stay informed and aligned with the Strapi team 22 | 23 | As a community leader, you’ll have the opportunity to learn and collaborate very closely with the Strapi core team. For instance, we will organize special briefings, workshops or meetings to inform you and get your feedback on upcoming Strapi releases, features, news, and evolutions. In return, we expect community leaders to be both informed and respectful of Strapi’s product development strategy and positioning. 24 | 25 | ## Enforcing these Community Guidelines 26 | 27 | Strapi reserves the right to remove any member from the Community Leader program for violating these guidelines. In the event of a violation, the Strapi team will review the situation and determine the consequences on a case by case basis. 28 | 29 | -------------------------------------------------------------------------------- /meetup-faq.md: -------------------------------------------------------------------------------- 1 | ### **What should I do if i'm interested in launching a Strapi User Group ?** 2 | 3 | Create an issue with the right template in this repository and send an email to hi@strapi.io with the link to the issue you just created. We’ll then create the group on meetup.com (so that you don’t have to pay for the monthly fees) and add you as an organizer. 4 | 5 | ### **What are the best practices for launching a Meetup Group ?** 6 | 7 | - Attend other Meetups to gain experience and gauge interest in Strapi, Headless CMS and JAMStack. 8 | - Join forces with other Strapi community members, team work makes the dream work! 9 | - Identify and reach out to companies who might be interested in sponsoring or hosting your events 10 | - Check out the calendar to find dates that don’t compete with other meetups 11 | - Pay attention to the Meetup page aesthetics, add logos and pictures, invite members to leave comments and reply to these comments 12 | - Promote the event on social media and invite your peers 13 | - Understand what topics interest your local audience 14 | 15 | ### **How does Strapi support Meetup organizers?** 16 | 17 | - We send you Strapi SWAG (stickers, etc) 18 | - We promote every Meetup on [strapi.io](http://strapi.io) website, the Strapi Weekly newsletter and Social Media 19 | - We connect you with employees or community members interested in speaking at your meetup 20 | - We connect you with companies interested in hosting or sponsoring your meetup 21 | 22 | ### **Are there any benefits associated with being a Strapi user group leader ?** 23 | 24 | We see community leaders as members of the Strapi family. Although there is no direct compensation associated with organizing meetups given the open-source nature of the project, you will definitely get a lot of value out of this program! 25 | 26 | ### **How many attendees usually attend Strapi Meetups?** 27 | 28 | From 5 to 100 attendees depending on the popularity of Strapi in your city and the date, time and location of your event. 29 | 30 | ### **What’s the standard format of a Strapi Meetup?** 31 | 32 | Strapi Meetups are usually two or three hours long and usually take place in the evening. That being said, some meetup might take place on the weekend and last longer. We usually have at least 2 different speaker giving 30m talks but the agenda and format is really up to the community leaders who might prefer 10 minutes lightning talks or longer workshops. 33 | 34 | ### **What are the first steps after the meetup page is live?** 35 | 36 | - Post a message with a link to your new meetup group to relevant groups/pages on social media 37 | - Ping the Strapi team to create a dedicated channel on the community slack 38 | - Look for a company willing to provide the venue for the meetup 39 | - Find a date for the first meetup that does not compete with other groups 40 | - Look for potential speakers living in your city 41 | 42 | ### **Am I allowed to use the Strapi logo ?** 43 | 44 | You are allowed to use the Strapi logo on the meetup group page as long as you respect our [code of conduct.](https://github.com/strapi/strapi/blob/master/CODE_OF_CONDUCT.md) Check out our [media kit](https://strapi.io/press) to choose which versions of the Strapi logo you’d like to use. 45 | 46 | ### **What happens if I no longer have time to run a Strapi meetup group?** 47 | 48 | Although we hope to collaborate with all Community Leaders in the long term, we totally understand it if you have to step down and we'll work together on finding someone else to step up. 49 | 50 | ### **Who should I contact to host, sponsor or give a talk at a Strapi meetup?** 51 | 52 | We are always looking for meetup venues, sponsor and speaker and very much appreciate any support we can get in brining the Strapi community together. Please send an email to hi@strapi.io or contact directly the Strapi Community Leader on [meetup.com](http://meetup.com) 53 | 54 | ### **What should I do if I’m interested in speaking at a Strapi meetup?** 55 | 56 | Create an issue on the strapi-meetups repository and send an email to the community leader in charge of the meetup group you want to speak at with the link to the issue you just created. 57 | 58 | -------------------------------------------------------------------------------- /meetup-kit.md: -------------------------------------------------------------------------------- 1 | ### Getting Started with Strapi 2 | 3 | A general overview of Strapi and how to get started with it. 4 | 5 | ### Slides 6 | This is a template you can use to give an introductory Strapi presentation. 7 |
8 | [[Template] Getting Started with Strapi](https://docs.google.com/presentation/d/12IWZtKfYKEaq5Dz631Ui-uMQ37DJR8ad6RTaZPQbBks/edit?usp=sharing) 9 | > ⚠️ Please remember to copy the template before personalising it. 10 | 11 | ### Resources 12 | You can use these resources to get up to speed with Strapi as you prepare for your talk. 13 | - [Quick Start Guide](https://strapi.io/documentation/v3.x/getting-started/quick-start.html#_1-install-strapi-and-create-a-new-project) 14 | - [Strapi Academy](https://academy.strapi.io/) 15 | - [Strapi Starters](https://strapi.io/starters) 16 | - [Get started with Strapi in 3 minutes](https://youtu.be/h9vETeRiulY) 17 | - [Learn Strapi in 20 minutes 🚀](https://youtu.be/xPgA9WeARgE) 18 | - [Strapi.js Crash Course | Headless CMS](https://youtu.be/vcopLqUq594) 19 | --------------------------------------------------------------------------------