sirikon / bilbostack-app

Web application used for BilboStack feedback and questions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Web application used for BilboStack feedback and questions

License:GNU Affero General Public License v3.0


Languages

Language:TypeScript 54.0%Language:HTML 18.1%Language:CSS 13.6%Language:Python 9.5%Language:JavaScript 3.7%Language:Dockerfile 1.1%