Key Features • How To Use • Download • Contributors • License
- 📝 Seamlessly sign PDFs
- 📜 Verify the authenticity of a signed PDFs
- 🌐 Made in Next.js, so it's fast and responsive
- 👨🦳 Easy to use
- 📦 Easy to deploy
- 🎉 Open Source
# Clone the repo
git clone https://github.com/yashraj-n/legitly
# Change Directory
cd legitly
# Install Dependencies
yarn
# or
npm install
# Run the website
yarn dev
# or
npm run dev