meetup-alternative icon indicating copy to clipboard operation
meetup-alternative copied to clipboard

A free, open source, self-hosted alternative to meetup.com

Results 8 meetup-alternative issues
Sort by recently updated
recently updated
newest added

Bumps [next](https://github.com/vercel/next.js) from 9.1.1 to 11.1.3. Release notes Sourced from next's releases. v11.1.3 See https://github.com/vercel/next.js/releases/v12.0.5 for details about this patch. v11.1.3-canary.105 Core Changes Update swc-minify-enabled link: #30290 Fix middleware header...

dependencies

Please How do i add nodemon to this application for development sake

There are a bunch of console warnings in the browser and terminal. Most of these can be easily fixed.

good first issue

After signing in and reloading the page I need to sign in again. (Except admin panel) I found that [this](https://github.com/Thinkmill/meetup-alternative/blob/master/site/pages/_app.js#L34) method isn't called because it's not a root component. `getInitialProps`...

After the successful build and run in production `yarn build && yarn start` there is no way to enter the admin panel, it just redirects back to `admin/signin` after the...

A deploy to Heroku button or something similar would be nice so that people can get started in "one click".

There are some pretty big and complicated React components here. Many of these can be simplified. Some ideas: - Remove render props pattern from RSVP - Use a form library...

for discussion

Let's be honest the mark-up could use some work! I'm sure it's not currently 100% accessible. Some issues I know about include - We could make better use of landmark...