Skip to content

reid112/StandupFails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Standup Fails

Currently live at https://standupfails.ca. This is sort of a joke project that I built over a weekend to play with KTOR with Exposed and Vue.js 3 with Tailwind CSS.

Web

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Production Release

Build Docker Image

docker build -t standupfailsweb .

Spin Up Container

docker-compose up

Customize configuration

See Configuration Reference.

Server

Build Server

./gradlew installDist

Create Docker Network

docker network create standup_fails_app

Build Docker Image

docker build -t standupfailsapi .

Spin Up Docker Containers

docker-compose up

About

Code for the website at standupfails.ca

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published