Break down your files and learn what's inside. Created by Evan Hahn.
Go to file
Evan Hahn 166b12fb3c README: clarify that there's no build step 2023-08-02 11:44:27 -05:00
public PNG: parsing PNG data 2023-08-02 11:43:02 -05:00
test PNG: parsing PNG data 2023-08-02 11:43:02 -05:00
types PNG: parsing PNG data 2023-08-02 11:43:02 -05:00
README.md README: clarify that there's no build step 2023-08-02 11:44:27 -05:00
deno.json PNG: basic skeleton 2023-08-01 09:20:57 -05:00
deno.lock PNG: basic skeleton 2023-08-01 09:20:57 -05:00

README.md

Formats Exposed

To develop, start a static file server in public/. There is no build step.

To deploy, copy the files from public/ to a static file host.

To run tests, run deno test.

To format code, run deno fmt.

To lint, run deno lint.

To run type checks, run deno task typecheck.

To run all checks (tests, linting, code formatting, and type checks), run deno task check-all.