Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 968 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 968 Bytes

inkhorn GitHub Actions badge License

inkhorn is an open-source next-gen notetaking web app for students. Built with Next.js, Drizzle ORM, Panda CSS, Ark UI, and Neon. Hosted on Vercel.

🛠️ Installation

git clone https://github.com/jeremy-code/inkhorn.git
cd inkhorn
corepack enable
yarn

🚀 Usage

# Set Node.js version
nvm use

# Run the development server locally
yarn dev

# Run any scripts
yarn tsx scripts/<script>.ts

# Lint and format code
yarn lint
yarn format

# Build
yarn build

🔓 License

This project is licensed under the MIT license.