Skip to content
/ lockd Public

Web application to run and manage lockpicking competitions.

License

Notifications You must be signed in to change notification settings

hack3n/lockd

Repository files navigation

Stargazers Issues MIT License LinkedIn


Logo

lockd

An open-source lockpicking competition platform.
Get Started »

Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Roadmap
  4. License
  5. Contact

About The Project

lockd is a platform you can use to track and manage your lockpicking competitions. It has been used at several hacker conferences in Australia with great success.

If you're interested in using this, feel free to reach out, or just use it. You will need to give competiion staff access so that lock opens can be recorded. But there is no authentication so don't just expose this to the internet.

(back to top)

Built With

Svelte

(back to top)

Getting Started

To get a local copy up and running follow these steps.

Development

Run these following commands to try locally:

npm install
npm run dev

Migrate the database:

npx prisma migrate dev --name init

Database seeding:

npx prisma db seed

Production

For production:

npm install
npx prisma migrate deploy
npx prisma generate
npm run build
npm run start

(back to top)

Roadmap

  • Authentication
  • User self-registration

See the open issues for a full list of proposed features (and known issues).

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Project Link: https://github.com/hack3n/lockd

(back to top)

About

Web application to run and manage lockpicking competitions.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published