mirror of
https://github.com/artegoser/AnoPaper.git
synced 2024-11-23 12:26:24 +03:00
Compare commits
3 commits
337f7beb6f
...
a3351d5475
Author | SHA1 | Date | |
---|---|---|---|
|
a3351d5475 | ||
f8e79bd7f8 | |||
|
9d839e2443 |
3 changed files with 7 additions and 2 deletions
|
@ -1,4 +1,6 @@
|
|||
# AnoPaper - Notes service
|
||||
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fartegoser%2FAnoPaper.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fartegoser%2FAnoPaper?ref=badge_shield)
|
||||
|
||||
|
||||
AnoPaper is a notes service that allows you to save notes locally, complete notes using OpenAI API, collaborate on notes with other users and more. The notes supports markdown, MathJax, and GFM syntax.
|
||||
|
||||
|
@ -37,3 +39,6 @@ Contributions are welcome! If you would like to contribute to this project, plea
|
|||
## License
|
||||
|
||||
This project is licensed under the GNU General Public License v3.0. See the LICENSE file for more information.
|
||||
|
||||
|
||||
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fartegoser%2FAnoPaper.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fartegoser%2FAnoPaper?ref=badge_large)
|
2
package-lock.json
generated
2
package-lock.json
generated
|
@ -7,7 +7,7 @@
|
|||
"": {
|
||||
"name": "anopaper",
|
||||
"version": "1.0.0",
|
||||
"license": "MIT",
|
||||
"license": "GPL-3.0-or-later",
|
||||
"dependencies": {
|
||||
"@heroicons/react": "^2.0.12",
|
||||
"ajv": "^8.11.0",
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"private": true,
|
||||
"version": "1.0.0",
|
||||
"author": "anopaper",
|
||||
"license": "MIT",
|
||||
"license": "GPL-3.0-or-later",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "vite build --emptyOutDir",
|
||||
|
|
Loading…
Add table
Reference in a new issue