Skip to content

Commit

Permalink
fix: workflow, update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lwestfall committed Dec 15, 2023
1 parent b33c83c commit ba3fd0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
- name: Build
run: |
cd src/Client
npm run build -- --prod
npm run build
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Citrus Book Collective

We are a group of people who like to read and talk about books. We meet sometimes to discuss books we've read and to vote on which book we will read next. This application is designed to help us organize our meetings and book votes.

This repository constains the source for the website. The application is still in active development and not yet in production, however the test site is currently hosted at [cbc-test.ljdub.com](https://cbc-test.ljdub.com).

0 comments on commit ba3fd0d

Please sign in to comment.