Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pin705/magic-pen
Powered by AI, NuxtJS, let me be your intelligent writing assistant
https://github.com/pin705/magic-pen
Last synced: 8 days ago
JSON representation
Powered by AI, NuxtJS, let me be your intelligent writing assistant
- Host: GitHub
- URL: https://github.com/pin705/magic-pen
- Owner: pin705
- License: apache-2.0
- Created: 2023-04-06T15:11:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-24T07:47:41.000Z (5 months ago)
- Last Synced: 2024-07-16T07:39:00.244Z (4 months ago)
- Language: Vue
- Homepage: https://dyrt.me/
- Size: 2.44 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Writing AI
## Setup
Make sure to install the dependencies:
```bash
# yarn
yarn install# npm
npm install# pnpm
pnpm install
```## Development Server
Start the development server on `http://localhost:3000`
```bash
npm run dev
```## Production
Build the application for production:
```bash
npm run build
```Locally preview production build:
```bash
npm run preview
```Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.