Syracuse.io 2.0
This is the source code for the next generation of https://syracuse.io – Its goal is to build a consolidated directory and calendar of technology user groups and meetups.
We use gatsby as a static site generator, and this source code is built on, deployed to, and hosted by netlify.
To generate the site
- Clone this repo
- Install gatsby CLI
- Grab your API key from Meetup. This allows you to pull down events from our meetup group into the site when developing. Then, create a file called
.env
in the root directory and place the key here as shown below (let's say for example our token is4dea
):
MEETUP_API_KEY=4dea
- Run
gatsby develop
Gatsby will build the site and run a webserver so you can view it. Visit http://localhost:8000 to view the site.
Adding and removing meetup groups
We'd love to include your group! Please contact the syracuse.io maintainers to get your group added.