This is the landing page for Saber: Handwritten Notes built with Next.js.
Go to https://saber.adil.hanney.org to see this website in action.
You can run the website locally by running the following commands:
# Clone the repository
git clone https://github.com/saber-notes/saber-landing.git
cd saber-landing
# Install dependencies
npm install
# Run the development server
npm run dev
Open http://localhost:3000 with your browser to see the result.