Skip to content

saber-notes/saber-landing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b512869 · Feb 1, 2025

History

52 Commits
Jan 4, 2024
Dec 14, 2024
Dec 14, 2024
Jul 25, 2023
Jul 25, 2023
Jul 25, 2023
Oct 24, 2023
Dec 14, 2024
Oct 24, 2023
Feb 1, 2025
Feb 1, 2025
Jul 25, 2023

Repository files navigation

This is the landing page for Saber: Handwritten Notes built with Next.js.

Official website

Go to https://saber.adil.hanney.org to see this website in action.

Development

Running locally

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.