# inking **Repository Path**: caicainiu/inking ## Basic Information - **Project Name**: inking - **Description**: 写作助手 fork自 https://github.com/nanmenyu/inking 添加一些小功能,持续开发中 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-07 - **Last Updated**: 2024-01-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 介绍 inking是个人开发的开源桌面码字软件,面向的群体主要是网文写手,包含写作(核心)和阅读(附带)两大模块,内置关系图、灵感备忘、时间线、地图、webview等辅助模块,助力高效创作! ![预览](http://inkingapp.cn/img/bg.png) 更多介绍请查看[官网](http://inkingapp.cn/)和[文档](https://inking-app-3g71u4uxff7c8113-1305098148.tcloudbaseapp.com/) ### 源码构建 1. 安装源码 ``` npm install ``` 2. 以electron的方式运行 ``` npm run electron:serve ``` 3. electron打包 ``` npm run electron:build ``` 如果electron安装错误可以尝试cnpm