Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 575 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 575 Bytes

Events

Events is a simple and easy to use event ticketing system. View the production website on https://events.deno.dev/!

Contributing

Contribution guide coming soon!

Hosting

Events is built with Deno Deploy support in mind but you should be able to selfhost this anywhere, just copy .env.example to .env and update the variables. If you're selfhosting then KV requires an extra step with either creating a db folder for the database to be stored in or setting DENO_DEPLOYMENT_ID to anything for it to use the global version.