Skip to content

sirikon/bilbostack-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BilboStack App

(a.k.a. Venue)

ℹ️ Old version of the project is in branch old. Custom versions for past events are in custom/* branches.

This software is intended to provide tools to event organizers. Including:

  • Talk listing with details.
  • Talk rating with comments.
  • Talk question submission. Questions can be seen by event organizers.

Requirements

ASDF is recommended for getting the correct version of most of the dependencies.

If not using ASDF, check dependencies versions in .tool-versions.

  • Deno (backend).
  • Docker (development environment and building Docker releases).

Also the task file is used to work with the project and is written with Python 3. It's an extra dependency just for that, but you probably have it installed already.

Development

# Spin up a development environment
./task devenv_up
# Run the application
./task run
# Formatter and linter
./task fmt
./task lint
# Build locally or using docker
./task build
./task build_docker