Atinux / novuel

Home Page:https://novuel.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Novuel - Open Source AI Writing App

Novuel is an open-source AI writing application built with Nuxt 3, Nuxt UI, and Novel Vue.

This guide will help you set up the project on your local machine.

Prerequisites

Before you begin, ensure you have the following installed on your local machine:

  • Node.js (version 18 or higher)
  • Yarn package manager
  • Docker
  • Docker Compose

Setup

  1. Clone the repository:
git clone https://github.com/your-repo/novuel.git
cd novuel
  1. Install dependencies:
yarn install
  1. Create a .env file in the root directory of the project by copying the .env.example file:
cp .env.example .env
  1. Start the PostgreSQL database using Docker Compose:
docker-compose up -d
  1. Run the prisma database migrations and generate the Prisma client:
yarn prisma:migrate:dev
yarn prisma:migrate:generate
  1. Start the development server:
yarn dev

Now, you can access the application at http://localhost:3000.

About

https://novuel.vercel.app


Languages

Language:Vue 54.4%Language:TypeScript 45.6%