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: about 2 months 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-11T13:43:36.000Z (about 2 years ago)
- Last Synced: 2025-10-06T10:57:47.277Z (9 months ago)
- Topics: nextjs, open-source, students, study, tools, typescript
- Language: TypeScript
- Homepage: https://inkhorn.io
- Size: 2.86 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# inkhorn [](https://github.com/jeremy-code/inkhorn/actions/workflows/ci.yml) [](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).