Thanks to visit codestin.com
Credit goes to github.com

Skip to content

kevinbdsouza/wordcel

Repository files navigation

Wordcel

Wordcel is an AI‑powered writing assistant.

Features

  • React front end powered by Vite
  • Express backend with JWT authentication

Getting Started

Frontend

# install dependencies
npm install

# run the Vite dev server
npm run dev

# launch the Electron app (after building or during development)
npm start

Backend

cd backend
npm install

# start the API server
npm start
# or run with nodemon
npm run dev

About

Wordcel is an AI‑powered writing assistant.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published