event-platform

MIT License

Stars
0

Event Platform

This project is a fully open sourced event platform system. It's currently a discussion whether to ship a fully baked event platform system including website hosting or whether to just implement this as a Headless Event Platform CMS. Currently focusing on the Headless aspects of the project.

Built with RedwoodJS

Getting Started

Prerequisites

  • Node.js 18.x (managed via nvm)
  • Yarn
  • Docker
  • Are you on Windows? For best results, follow the Windows development setup guide

Setup

  1. git clone [email protected]:dustinsgoodman/event-platform.git
  2. cd event-platform
  3. yarn install
  4. yarn infrastructure:up
    • Setups your local databases via docker-compose
  5. yarn rw dev