Skip to content

wezm/mistakes.computer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mistakes.computer

A silly project to try out Deno Deploy. Picks a random thing that was a mistake (most of which the application uses 😅). Provides a website, JSON endpoint, and Mattermost slash command.

Endpoints

Local Development

For local development you need Deno.

Run the local server:

deno run -A --no-check=remote src/index.tsx

Run the tests:

deno test

License

MIT