https://github.com/saber-notes/saber-landing
https://github.com/saber-notes/saber-landing
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/saber-notes/saber-landing
- Owner: saber-notes
- Created: 2023-07-25T03:17:59.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-01T12:48:26.000Z (over 1 year ago)
- Last Synced: 2025-02-01T13:35:38.677Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://saber.adil.hanney.org
- Size: 635 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Archived
This website has been rewritten in Dart with [Jaspr](https://jaspr.site/) at
[saber-notes/saber_landing](https://github.com/saber-notes/saber_landing).
This repo will be archived and no longer used.
***
This is the landing page for [Saber: Handwritten Notes](https://github.com/saber-notes/saber)
built with [Next.js](https://nextjs.org/).
## 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:
```bash
# 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.