Skip to content

Commit

Permalink
readme: update contributing section
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanThatOneKid committed Apr 22, 2024
1 parent 6867969 commit 8a3009d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,15 @@ deno task serve

Format the project:

```sh
deno fmt
```

Check for common errors:

```sh
deno lint
deno check main.tsx
deno task check
```

## References
Expand Down
2 changes: 1 addition & 1 deletion deno.jsonc
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"tasks": {
"build": "deno run -A main.tsx",
"check": "deno check main.tsx",
"dev": "deno run -A --watch main.tsx",
"serve": "deno run -A https://deno.land/std/http/file_server.ts build"
},
"compilerOptions": {
"jsx": "react-jsx",
"jsxFactory": "h",
"jsxImportSource": "nano_jsx"
},
"imports": {
Expand Down

0 comments on commit 8a3009d

Please sign in to comment.