Skip to content

Repository files navigation

commad

Caution

This project is under active development and is not production-ready.
Breaking changes may occur at any time.

A React application built with Vite.

Prerequisites

  • Node.js (version 16.x or higher recommended)
  • npm (comes with Node.js)

Installation

Install dependencies

npm install

Running the Application

Development Server

To start the development server with hot-reload:

npm run dev

This will start the development server at http://localhost:5173 (or another port if 5173 is in use).

Building for Production

To build the application for production:

npm run build

The build output will be in the dist directory.

Previewing Production Build

To preview the production build locally:

npm run preview

This will serve the production build at http://localhost:4173 (or another port if 4173 is in use).

Local Database Setup

For development and debugging, this project uses CouchDB. See the couchdb/ directory for complete setup instructions and Docker configuration.

Quick start:

cd couchdb
cp .env.example .env
docker-compose up -d

Additional Scripts

  • npm run lint - Run ESLint to check code quality
  • npm test - Run tests (if configured)

About

Encrypted AI-ready base for your thoughts

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Contributors

Languages