https://github.com/shapelayer/turbo-waffle
PDF builder for contest commentary editorial
https://github.com/shapelayer/turbo-waffle
Last synced: over 1 year ago
JSON representation
PDF builder for contest commentary editorial
- Host: GitHub
- URL: https://github.com/shapelayer/turbo-waffle
- Owner: ShapeLayer
- License: mit
- Created: 2023-08-12T07:01:45.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-04T13:20:47.000Z (almost 3 years ago)
- Last Synced: 2025-02-14T22:45:48.087Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# turbo-waffle
Editorial Builder for the editorial of "2023 PIMM Algorithm Party"
**Notice**
This is a code written in a hurry with a short time. I cannot guarantee that it will always work in all environments. (Test Execution Environment: Github Codespaces with default configurations)
## Preparing Execution Environment
```sh
npm install
npm link
```
## Run
Enter the command below in a repository that has a folder and file structure that supports Turbo Waffle.
Detailed folder structure specifications will be updated later.
```sh
tw
tw --output=filename.pdf
```
## Why this repository's name is "turbo-waffle"?
That's Github's suggestion.
## Troubleshooting
**Could not find Chrome**
```
Error: Could not find Chrome (ver. **). This can occur if either
1. you did not perform an installation before running the script (e.g. `npm install`) or
2. your cache path is incorrectly configured (which is: **).
```
```sh
node node_modules/puppeteer/install.js
```