1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee
克隆地址:git@github.com:yesmore/inke.git (现在似乎已经无法访问了)
Go to file
2023-10-22 10:52:46 +08:00
.github chore pkg and demo 2023-10-22 10:52:46 +08:00
packages chore pkg and demo 2023-10-22 10:52:46 +08:00
.eslintrc.json chore pkg and demo 2023-10-22 10:52:46 +08:00
.gitignore chore pkg and demo 2023-10-22 10:52:46 +08:00
LICENSE chore pkg and demo 2023-10-22 10:52:46 +08:00
package.json chore pkg and demo 2023-10-22 10:52:46 +08:00
pnpm-lock.yaml chore pkg and demo 2023-10-22 10:52:46 +08:00
pnpm-workspace.yaml chore pkg and demo 2023-10-22 10:52:46 +08:00
README.md chore pkg and demo 2023-10-22 10:52:46 +08:00
turbo.json chore pkg and demo 2023-10-22 10:52:46 +08:00

Inke

Inke is a Notion-style WYSIWYG editor with AI-powered autocompletions.

See live demo: inke-web

Inke is a Notion-style WYSIWYG editor with AI-powered autocompletions.

Install pkg

Coming soon

npm install inke

Setting Up Locally

To set up Inke locally, you'll need to clone the repository and set up the following environment variables:

  • OPENAI_API_KEY  your OpenAI API key (you can get one here)
  • BLOB_READ_WRITE_TOKEN  your Vercel Blob read/write token (currently still in beta, but feel free to sign up on this form for access)

If you've deployed this to Vercel, you can also use vc env pull to pull the environment variables from your Vercel project.

To run the app locally, you can run the following commands:

pnpm i
pnpm build
pnpm dev

Tech Stack

Inke is built on the following stack:

License

Apache-2.0 © yesmore