An open API service indexing awesome lists of open source software.

https://github.com/saber-notes/saber-landing


https://github.com/saber-notes/saber-landing

Last synced: 7 months ago
JSON representation

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.