Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dustinsgoodman/event-platform
https://github.com/dustinsgoodman/event-platform
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dustinsgoodman/event-platform
- Owner: dustinsgoodman
- License: mit
- Created: 2023-09-01T23:09:27.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-14T01:20:24.000Z (about 1 year ago)
- Last Synced: 2024-10-15T06:54:20.728Z (about 1 month ago)
- Language: TypeScript
- Size: 2.84 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# 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](https://redwoodjs.com)
## Getting Started
### Prerequisites
- Node.js 18.x (managed via nvm)
- Yarn
- Docker
- Are you on Windows? For best results, follow the [Windows development setup](https://redwoodjs.com/docs/how-to/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`
- Starts the local dev environment
- Your browser should automatically open to [http://localhost:8910](http://localhost:8910)