-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,4 +24,4 @@ jobs: | |
- name: Build | ||
run: | | ||
cd src/Client | ||
npm run build -- --prod | ||
npm run build |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |