https://github.com/css-tricks/conferences
A public list of upcoming conferences https://conferences.css-tricks.com/
https://github.com/css-tricks/conferences
Last synced: about 1 year ago
JSON representation
A public list of upcoming conferences https://conferences.css-tricks.com/
- Host: GitHub
- URL: https://github.com/css-tricks/conferences
- Owner: CSS-Tricks
- License: mit
- Created: 2019-01-21T14:23:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-30T07:13:01.000Z (about 3 years ago)
- Last Synced: 2025-03-29T05:09:42.251Z (about 1 year ago)
- Language: Nunjucks
- Homepage:
- Size: 4.92 MB
- Stars: 238
- Watchers: 7
- Forks: 155
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CSS-Tricks Conference Listing Site
https://conferences.css-tricks.com/
## Running Locally
If you wanna spin it up, after an `npm install`, you should be able to run `npm start` to generate and serve the site with hot reload and all that jazz.
## Contributing
### Adding an Event
Check out /site/conferences/ for a bunch of `.md` files. Tossing a file in there following that format (YYYY-conf-city.md) should do the trick.
Feel free to send me PR (Pull Request) of new conferences.
Note:
- To be listed, events need to be about front-end.
- Events need to provide a custom Code of Conduct, and not just link to confcodeofconduct.com, because that provides nothing actionable for an attendee with a problem.
After I merge in a PR, it will trigger a Netlify build that rebuilds the production site. I also set up a Zapier thing to rebuild the site each day, which should remove old conferences as they pass automatically.
### Development, Design Updates
I'm also be open to making the design better and adding nice features (sorting? automatic map generation?), but talk to me (chriscoyier@gmail.com) first about it. I just don't wanna waste your time if our ideas don't align.