-
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
3 changed files
with
26 additions
and
10 deletions.
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
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,2 +1,15 @@ | ||
# NSPYC | ||
This is a readme | ||
This is the source repo of **NSPYC** (Non-Standard Polish Yellow Card), a SAYC based bridge bidding convention. The convention is written in polish. | ||
|
||
The PDF is accesible on the [releases](https://github.com/ThePinion/nspyc/releases) page. The latest as well as old versions might be downloaded from there. | ||
|
||
## Local build | ||
The PDF's are built automatically using github-actions. If you want to build the PDF yourself clone the repo or download the source code, and build and run the docker image using: | ||
```bash | ||
run.sh | ||
``` | ||
Note that you have to have the [Docker](https://www.docker.com/) installed. | ||
|
||
### Contributing | ||
If you want to contribute to the convention, edit the `convention.md`. After you verify the built PDF locally, submit a Pull Request. Please follow the styling convention. |
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 +1,4 @@ | ||
docker build -t nspyc-pandoc . | ||
echo "Building the PDF..." | ||
docker run --rm -v "`pwd`:/data/output" nspyc-pandoc | ||
echo "Done!" |