Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeremy-code/inkhorn
next-gen assistant for students
https://github.com/jeremy-code/inkhorn
nextjs open-source students study tools typescript
Last synced: 5 days ago
JSON representation
next-gen assistant for students
- Host: GitHub
- URL: https://github.com/jeremy-code/inkhorn
- Owner: jeremy-code
- License: mit
- Created: 2023-12-15T23:33:37.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-13T18:10:31.000Z (8 months ago)
- Last Synced: 2024-03-14T00:34:55.255Z (8 months ago)
- Topics: nextjs, open-source, students, study, tools, typescript
- Language: TypeScript
- Homepage: https://inkhorn.io
- Size: 2.74 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# inkhorn [![GitHub Actions badge](https://github.com/jeremy-code/inkhorn/actions/workflows/ci.yml/badge.svg)](https://github.com/jeremy-code/inkhorn/actions/workflows/ci.yml) [![License](https://img.shields.io/github/license/jeremy-code/inkhorn)](LICENSE)
> inkhorn is an open-source next-gen notetaking web app for students. Built with [Next.js](https://nextjs.org), [Drizzle ORM](https://orm.drizzle.team), [Panda CSS](https://panda-css.com), [Ark UI](https://ark-ui.com), and [Neon](https://neon.tech/). Hosted on [Vercel](https://vercel.com).
## 🛠️ Installation
```bash
git clone https://github.com/jeremy-code/inkhorn.git
cd inkhorn
corepack enable
yarn
```## 🚀 Usage
```bash
# Set Node.js version
nvm use# Run the development server locally
yarn dev# Run any scripts
yarn tsx scripts/.ts# Lint and format code
yarn lint
yarn format# Build
yarn build
```## 🔓 License
This project is licensed under the [MIT license](LICENSE).