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

https://github.com/marcomontalbano/test-nonce

Very small demo to test "nonce" hosted by Deno Deploy.
https://github.com/marcomontalbano/test-nonce

bulma-css csp deno nonce typescript

Last synced: 3 months ago
JSON representation

Very small demo to test "nonce" hosted by Deno Deploy.

Awesome Lists containing this project

README

          

# Test NONCE

```sh
deno fmt
deno lint
deno check index.tsx
```

```sh
deno task start
# http://localhost:8000/
```

```sh
deployctl deploy --project=test-nonce index.tsx
```