Spot the security flaw in a naive pin lock
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Clément FRÉVILLE 03c4f786f7
continuous-integration/drone/push Build is passing Details
Ensure that the builder isn't too long
7 months ago
src Ensure that the builder isn't too long 7 months ago
.drone.yml Initial commit 8 months ago
.gitignore Initial commit 8 months ago
README.md Remove build step 7 months ago
dprint.json Also format `vite.config.ts` 8 months ago
index.html Remove build step 7 months ago
package.json Remove build step 7 months ago
tsconfig.json Remove build step 7 months ago
vite.config.ts Disable module preload polyfill 8 months ago

README.md

naive-keypad

An interactive demonstration of a keypad with a quickly discoverable code.

Deploying

To deploy it on your web server, you need to copy those files/directories:

  • index.html
  • src/

Developing

You may optionally use a build step to minify the code and have a development server.

Ensure you have Node.js installed. Then run your favorite package manager (npm, yarn, pnpm, bun, etc.) to install the dependencies and build the application:

npm install
npm run dev # Run the Vite development server
npm run build # Build the application in the dist/ directory