A free, open source, self hosted alternative to Meetup. Powered by Keystone 5, Next.js and Emotion.
Note: This is a work in progress and we'd love your contributions. Please see the read the issues and contributing guidelines if you'd like to help make this project better.
To run this project, open your terminal and run yarn
within the Keystone project root to install all required packages, then run yarn dev
.
The Admin UI is reachable from localhost:3000/admin
. To log in, use the following credentials:
Username: admin@keystonejs.com
Password: 12345678
The easiest way to deploy the project is to Heroku with MongoLab although it can also be configured to run with a Postgres database. See the Keystone documentation for more details.