An open API service indexing awesome lists of open source software.

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

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
```